2026-02-11 06:15:54 +00:00
|
|
|
# Troubleshooting
|
|
|
|
|
|
2026-02-11 06:30:08 +00:00
|
|
|
## Deep dives
|
|
|
|
|
|
|
|
|
|
- [Troubleshooting deep dive](troubleshooting/README.md)
|
2026-02-11 06:15:54 +00:00
|
|
|
|
2026-02-11 09:45:29 +00:00
|
|
|
This is the “quick triage” page. For detailed playbooks and diagnostics, use the deep dive.
|
2026-02-11 06:15:54 +00:00
|
|
|
|
|
|
|
|
## Quick triage
|
|
|
|
|
|
2026-02-11 09:45:29 +00:00
|
|
|
### Frontend loads but shows API errors
|
|
|
|
|
- Confirm `NEXT_PUBLIC_API_URL` points to a backend your browser can reach.
|
2026-02-11 06:15:54 +00:00
|
|
|
- Check backend `/healthz`.
|
|
|
|
|
|
2026-02-11 09:45:29 +00:00
|
|
|
### Frontend keeps redirecting / Clerk errors
|
2026-02-11 10:08:36 +00:00
|
|
|
- Verify your Clerk keys are set correctly in the frontend environment.
|
|
|
|
|
- See: `docs/deployment/README.md` (Clerk auth notes).
|
2026-02-11 06:15:54 +00:00
|
|
|
|
2026-02-11 09:45:29 +00:00
|
|
|
### Backend returns 5xx
|
2026-02-11 06:15:54 +00:00
|
|
|
- Check DB connectivity (`DATABASE_URL`) and migrations.
|
|
|
|
|
- Check backend logs.
|
|
|
|
|
|
|
|
|
|
## Next
|
|
|
|
|
- Promote the most common issues from `docs/troubleshooting/README.md` into this page once we see repeated incidents.
|