# Doesn't load - what do?

If any of the following are happening to you:

1. Website itself doesn't load
2. Website loads, but the data doesn't
3. The wallet is not showing you a window to sign a transaction
4. You have a white screen

<figure><img src="/files/8FxiVauqII2mH3A8DNRo" alt=""><figcaption><p>Something like this</p></figcaption></figure>

Then chances are you're running into a **networking** issue. This could happen for any reason, but most often happens because your internet provider OR your vpn blocks some important IP address that we need for the app to work.

## Troubleshooting 🦾

Try the following options (from easy to hard):

1. Hard refresh your browser window (CMD+SHIFT+R on mac / CTRL+SHIFT+R on windows)
2. Try incognito mode
3. Try a different browser
   1. Especially if you're using Brave - Brave has all kinds of funky privacy stuff that could be blocking connection to our servers
4. Try disabling any privacy focused extensions like these

   <figure><img src="/files/WKBwGsTKIJZFIiERfkdM" alt=""><figcaption></figcaption></figure>
5. If you're using a VPN, try turning it OFF
6. If you're not using a VPN, try turning it ON. Try a few different countries, like the UK and the US
7. If nothing helps try installing a different VPN and trying different countries there

If you've tried **all of the above** and nothing worked please follow the instructions in [Share an Error](/trade/troubleshooting/share-an-error.md) and open a ticket in our [discord](https://discord.gg/tensor).


---

# 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://docs.tensor.trade/trade/troubleshooting/doesnt-load-what-do.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.
