796 B
796 B
Troubleshooting
This is the high-level troubleshooting entry point (minimal churn).
- Deep-dive troubleshooting: docs/troubleshooting/README.md
Quick triage
Symptom: frontend loads but shows API errors
- Confirm
NEXT_PUBLIC_API_URLpoints to a reachable backend. - Check backend
/healthz.
Symptom: frontend keeps redirecting / Clerk errors
- If you are running locally without Clerk, ensure
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEYis unset/blank. - See: repo README Clerk note.
Symptom: backend 5xx
- Check DB connectivity (
DATABASE_URL) and migrations. - Check backend logs.
Next
- Promote the most common issues from
docs/troubleshooting/README.mdinto this page once we see repeated incidents.