Deployment
This deployment is not configured yet.
4 required environment variables are missing or cannot be used, so the application cannot start.
AUTH_SECRETnot setSigns sessions and mailed links. Sign-in cannot work without it.APP_URLnot setThis deployment's own origin. Sign-in callbacks and mailed links are built from it. A Vercel preview reads VERCEL_BRANCH_URL instead.ADMINSnot setThe email addresses of the administrators, separated by commas. Only they can use the app until they let somebody else in; without one, nobody can.CRON_SECRETnot setAuthorizes the scheduled job that publishes expired drafts and purges the trash. Vercel sends it.
Set them in the hosting platform for this environment -- on Vercel, variables are scoped to Production, Preview and Development separately, and a preview deployment does not inherit production values. Then redeploy. Locally, run pnpm doctor. See docs/DEPLOYMENT.md.
This page is rendered by one deployment and describes that build. After changing a variable, deploy the branch again rather than redeploying this one, which would rebuild the same commit. /api/health answers for the deployment serving it right now, and reports the database as well.