Sandbox App
An app that is used to verify the env name migration process
Env name migration check
This page compares the environment snapshot from the server render with the public API. After renaming deployment environment variables, both should report the same ENV_NAME and related flags.
- ENV_NAME (SSR)
- live
- NODE_ENV
- production
SSR vs API:Checking…
Smoke endpoints
- GET /api/health — liveness JSON
- GET /api/env-verification — same snapshot as client fetch
- GET /api/auth/status — Auth0 variable presence (no secrets)