Reproduce locally
- Reproduce using the same environment and endpoints as the report (see your private runbook for
uvicornor Compose usage). - Note
x-correlation-idfrom API responses and search logs for that value. - Trace from the router into services and repositories rather than guessing at the database first.
Frequent causes
| Symptom | What to verify |
|---|---|
| Cross-origin (browser) errors | Server allowlist matches the exact frontend origin your deployment uses (scheme, host, and port). |
| 401 / 403 | Session or token validity, expiry, and organization authorization for the route. |
| Agent slowness or errors | Provider status, rate limits, and simulation settings that increase load. |
| Poor or empty retrieval | Qdrant health, collection presence, embedding pipeline. |