Configuration
API URL
Not configured
Set API_URL in the Pages environment, rebuild config.js, and redeploy the static assets.
Health
API Status
Set API_URL in the Pages environment, redeploy the frontend, then run the API status check again.
Endpoint diagnostics
No requests yet.
Demo user
Authentication
Endpoint diagnostics
No requests yet.
Protected proof
Smoke Todo
Endpoint diagnostics
No requests yet.
Deployment notes
Cloudflare Pages Alignment
Configure a Pages build command of ./scripts/build-pages.sh,
set the build output directory to frontend/dist, and define
API_URL in the Pages environment.
Build locally with API_URL=https://api.example.com ./scripts/build-pages.sh,
replacing the example host first, then upload frontend/dist.
Add the final Pages origin to backend CORS_ALLOWED_ORIGINS.