docs: clarify Clerk is required (remove optional wording)

This commit is contained in:
Abhimanyu Saharan
2026-02-11 10:08:36 +00:00
parent 89ad25b624
commit 93f52f9273
7 changed files with 39 additions and 27 deletions

View File

@@ -13,8 +13,8 @@ This is the “quick triage” page. For detailed playbooks and diagnostics, use
- Check backend `/healthz`.
### Frontend keeps redirecting / Clerk errors
- If youre running locally without Clerk, keep `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` unset/blank.
- See: [repo README Clerk note](../README.md#note-on-auth-clerk).
- 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.