Files
openclaw-mission-control/docs/10-troubleshooting.md
2026-02-11 10:08:36 +00:00

755 B

Troubleshooting

Deep dives

This is the “quick triage” page. For detailed playbooks and diagnostics, use the deep dive.

Quick triage

Frontend loads but shows API errors

  • Confirm NEXT_PUBLIC_API_URL points to a backend your browser can reach.
  • Check backend /healthz.

Frontend keeps redirecting / Clerk errors

  • Verify your Clerk keys are set correctly in the frontend environment.
  • See: docs/deployment/README.md (Clerk auth notes).

Backend returns 5xx

  • 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.