Missing expected names
AUTH_TRUST_HOST
Auth.js v5 env / trusted host preflight
Paste env-name lines and callback notes. This local preflight checks AUTH_SECRET, AUTH_TRUST_HOST, legacy NEXTAUTH names, and host-boundary warnings without storing provider secrets.
Auth.js is missing required env names for this deployment shape.
AUTH_TRUST_HOST
Secret-like names were detected; keep values out of this page and copied reports.
Auth.js v5 env / trusted host preflight Status: fail Summary: Auth.js is missing required env names for this deployment shape. Detected env names: AUTH_SECRET, AUTH_URL, GITHUB_ID, GITHUB_SECRET Missing expected names: AUTH_TRUST_HOST Legacy NEXTAUTH_* names: none Secret-like names: AUTH_SECRET, AUTH_URL, GITHUB_SECRET Warnings: - Secret-like names were detected; keep values out of this page and copied reports. Checklist: - Use AUTH_SECRET for Auth.js v5; rotate only through your approved secret store. - Set AUTH_URL only when your deployment needs a stable canonical callback URL. - Set AUTH_TRUST_HOST=true only when you understand the proxy/host-header boundary. - Keep provider client secrets out of pasted snippets and copied reports. Scope: static env-name and host-boundary check only. This report never includes env values, provider secrets, cookies, or OAuth credentials.