# Data is not loading

If your data is not loading, there might be many potential causes for this. This might as well render differently in the UI component: the infinite load, or the error.

In this article, we'll review the most common causes of this issue and help you identify and fix the problem.

#### Case 1 - VPN

A user supposedly hasn't changed anything but started to get this error:&#x20;

<figure><img src="/files/9UqS3o01kqsq56HPsR9t" alt=""><figcaption></figcaption></figure>

**Solution:** Disabling VPN solved the problem - this is the most common reason for such an error. After disabling it, reload the page.&#x20;

Case 2 - SQL query filters

In this case, a user wanted to display a filtered collection from a custom SQL query but got the "Nothing found" message

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

Even though the query was correct, it didn't account for the fact that Jet handles filtering automatically, so you **should not** add the `WHERE` clause.

<figure><img src="/files/3ZXNRE3iHSOGaNBjaqrq" alt=""><figcaption></figcaption></figure>

**Solution:** omit `WHERE` and only set up the inputs and reference them in the query.


---

# 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.jetadmin.io/faq-and-troubleshooting/data-is-not-loading.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.
