# Trouble Shooting

### **1️⃣ Connecting Issues**

#### **1.1 Twitter Connect Problem**

If you fail to connect your twitter after connecting wallet, try the following steps to resolve the issue:

<figure><img src="/files/SiCWWqdy46QMK14WWCOF" alt=""><figcaption></figcaption></figure>

* **For Google Chrome, Microsoft Edge, and Mozilla Firefox**

  1. **Open your browser** (Chrome, Edge, or Firefox).
  2. **Right-click** anywhere on the page and select **Inspect** (or press `Cmd + Option + I` on Mac or `Ctrl + Shift + I` on Windows).
  3. In the **Developer Tools** panel, click on the **Application** tab.
  4. In the left sidebar, under the **Storage** section, click **Clear Storage**.
  5. **Click the "Clear site data" button** to remove cached files, cookies, and other stored data.
     1\.

     ```
     <figure><img src="/files/M3wDpzj6WAteLx6dA4Yw" alt=""><figcaption></figcaption></figure>
     ```
  6. **Reload the page** by pressing `Cmd + R` (Mac) or `Ctrl + R` (Windows).

  This will fully clear your site data, helping to resolve any loading or connection issues. 🚀

#### **1.2 MetaMask Loading Problem**

If you're experiencing MetaMask loading issues, follow these steps:

<figure><img src="/files/3KYxf4ZDqA2DQckOar6f" alt="" width="375"><figcaption></figcaption></figure>

* **For Google Chrome, Microsoft Edge**
  1. **Open your browser** (Chrome, Edge, or **Open your browser** and click the **three-dot menu** in the top-right corner.).
  2. Select **Extensions** > **Extensions Management**.
  3. Find **MetaMask** in the list of installed extensions.
  4. Toggle the switch off to **disable** the extension.
  5. Wait for a few seconds, then **toggle the switch back on** to **enable** the extension again.
  6. Refresh the website where you're encountering the issue by pressing `Cmd + R` (Mac) or `Ctrl + R` (Windows).

This should restart your MetaMask extension. If the issue persists, try clearing your browser cache or updating MetaMask!

Still facing problems? **Create a support ticket in the `#support-ticket` Discord channel**, and our team will assist you! 🚀


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://spotlight-protocol.gitbook.io/spotlight-protocol/resource/trouble-shooting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
