Cromulent API unavailable

Couldn't reach Cromulent API at https://api.cromulent.ly. fetch failed. Confirm the FastAPI backend is deployed and reachable at that URL.

Current configuration
NEXT_PUBLIC_API_BASE_URL = https://api.cromulent.ly

How to fix

  1. Confirm the FastAPI backend is deployed and reachable at https://api.cromulent.ly.
  2. Hit https://api.cromulent.ly/health from a browser — you should see {"status":"ok","service":"cromulent",...}.
  3. Check the FastAPI deployment logs for the failing request (server-side fetch from this app).
  4. Confirm CORS allows this app’s origin — set CORS_ALLOWED_ORIGINS on FastAPI to include it.

Full deployment checklist: dashboard_deployment.md.