> For the complete documentation index, see [llms.txt](https://docs.onlymonster.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlymonster.ai/troubleshooting/just-a-moment...-loading-screen.md).

# “Just a Moment...” Loading Screen

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

## Understanding the Issue

The loading screen may appear due to various reasons.&#x20;

1. **Server connection**

OnlyFans is attempting to establish a connection with the server. This is part of the platform’s security and verification process.&#x20;

2. **Unstable Network**

A slow or interrupted internet connection can cause prolonged loading times.

## Solution

1. **Wait**

In most cases, the page will load automatically within 15–30 seconds.

2. **Refresh the Page**

Press Ctrl + R (Windows) or Cmd + R (Mac) to reload the page.

3. **Change Network**

Switch from Wi-Fi to mobile data (or vice versa) to rule out local connectivity issues.

4. **Switch Proxies**

Try changing your proxy. See[ instructions here](https://docs.onlymonster.ai/onlymonster-browser/proxy-management).&#x20;

5. **Enable VPN**

Turn on your VPN and refresh the page.

If you still encounter the error after trying these steps, please contact our support team.&#x20;

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.onlymonster.ai/troubleshooting/just-a-moment...-loading-screen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
