> For the complete documentation index, see [llms.txt](https://docs.madrix.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.madrix.dev/troubleshooting.md).

# Troubleshooting

Solve common problems by symptom. Follow the quick checklist first.

### Quick checklist (2 min)

1. Reload the page and try again.
2. Test in an incognito window (no extensions).
3. Disable adblock/privacy extensions for the domain.
4. Confirm permissions and the correct environment (Dev/Staging/Prod).

### Choose the topic

<table data-view="cards"><thead><tr><th>Topic</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td><strong>AI generation failures</strong><br>Generation doesn't start, freezes, or delivers inconsistent results.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/c88ccfc4e3b96fb8e894224a3798848537296cfe">/spaces/jLpkUQEEJ5BcMqj70lza/pages/c88ccfc4e3b96fb8e894224a3798848537296cfe</a></td></tr><tr><td><strong>Deployment issues</strong><br>Deployment failing, stuck, or app down after publishing.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/da80cd1d946a058845c6d629b7458fe3ac0e8742">/spaces/jLpkUQEEJ5BcMqj70lza/pages/da80cd1d946a058845c6d629b7458fe3ac0e8742</a></td></tr><tr><td><strong>SSO and login</strong><br>Login looping, callback error, or access denied after authenticating.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/1ead91f77b7b43b0f7bacbc9ede8cb58df53aa44">/spaces/jLpkUQEEJ5BcMqj70lza/pages/1ead91f77b7b43b0f7bacbc9ede8cb58df53aa44</a></td></tr><tr><td><strong>Performance and slowness</strong><br>Slow UI, slow endpoints, or timeouts.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/ffd4c1d6ca45e6646842549bd4c4a80b2c79f809">/spaces/jLpkUQEEJ5BcMqj70lza/pages/ffd4c1d6ca45e6646842549bd4c4a80b2c79f809</a></td></tr><tr><td><strong>Database, migrations and schema</strong><br>Migration fails, divergent schema, or connection error.</td><td><a href="/spaces/jLpkUQEEJ5BcMqj70lza/pages/6192c43368d5befb9c7421a950dadb3110d7ff22">/spaces/jLpkUQEEJ5BcMqj70lza/pages/6192c43368d5befb9c7421a950dadb3110d7ff22</a></td></tr></tbody></table>

### How to escalate (open a ticket)

Before escalating, gather this evidence. It greatly reduces back-and-forth.

* Project and environment (Dev/Staging/Prod).
* Time of the error (with timezone).
* Steps to reproduce (short and deterministic).
* Full error message (no cropped screenshots).
* Screenshot of the screen (if applicable).
* Browser console (relevant errors and warnings).
* Tab **Network** (request that failed + status + payload, if there is no sensitive data).

{% hint style="info" %}
If there is a `requestId`, `traceId` or execution link, include it as well.
{% endhint %}


---

# 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.madrix.dev/troubleshooting.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.
