> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/resources/errors-and-faqs/resolving-the-500-or-internal-server-error.md).

# Resolving the '500 | Internal Server Error'

## What is the 'Internal Server Error'

Sometimes when you are trying to open Jurisphere on your browser, you may see this error page:

<figure><img src="/files/6mp5BZ4FgLbR6ZCCj5SQ" alt=""><figcaption></figcaption></figure>

This error can be **easily resolved!**&#x20;

### Update your Browser

Generally, such errors occur due to outdated browser versions. Please ensure your browser is up to date:&#x20;

* **Google Chrome** – [Update Chrome](https://support.google.com/chrome/answer/95414)
* **Safari (Mac)** – [Update Safari](https://support.apple.com/guide/safari/update-sfri40796/mac)
* **Microsoft Edge** – [Update Edge](https://support.microsoft.com/microsoft-edge/update-microsoft-edge-4761915a-200d-43ee-8c4c-38e6bcde968f)

### Clear your browser cache

If your browser is on the latest version, you will need to clear your browser cache. Follow these steps, depending on which browser you're using:

{% tabs %}
{% tab title="Chrome and Microsoft Edge" %}

1. On your computer, open Chrome/Edge.
2. At the top right, click More ![More](https://lh3.googleusercontent.com/E2q6Vj9j60Dw0Z6NZFEx5vSB9yoZJp7C8suuvQXVA_2weMCXstGD7JEvNrzX3wuQrPtL=w36-h36) ![and then](https://lh3.googleusercontent.com/3_l97rr0GvhSP2XV5OoCkV2ZDTIisAOczrSdzNCBxhIKWrjXjHucxNwocghoUa39gw=w36-h36) **Delete browsing data**.
3. Choose a time range, like **Last hour** or **All time**.
4. Select the types of information you want to remove (be sure to select **cache**).
5. Click **Delete data**.
   {% endtab %}

{% tab title="Safari" %}

1. Start **Safari** from your dock or Applications folder.
2. Choose **Safari** > **Preferences** > **Privacy** in the menu.
3. Click on **Manage Website Data...**.
4. Select the sites that need tidying, then click **Remove** or **Remove All**.
   {% endtab %}
   {% endtabs %}

### What happens after you clear this info

After you clear cache and cookies:

* Some settings on sites get deleted. For example, if you were signed in, you’ll need to sign in again.
* Some sites can seem slower because content, like images, needs to load again.

### How cache & cookies work

* Cookies are files created by sites you visit. They make your online experience easier by saving browsing data.
* The cache remembers parts of pages, like images, to help them open faster during your next visit.

Need more help?  <a href="https://jurisphere.ai" class="button secondary">Contact Support</a>


---

# 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://help.jurisphere.ai/resources/errors-and-faqs/resolving-the-500-or-internal-server-error.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.
