Missing Environment Variables The application cannot start — 4 required variables are not configured.
AUTH0_DOMAIN
Auth0 domain (e.g., your-tenant.auth0.com)
AUTH0_CLIENT_ID
Auth0 client ID
AUTH0_CLIENT_SECRET
Auth0 client secret
ABLY_KEY
Ably API key for real-time messaging
.env.local file in your project root directoryCopy the example env file and fill in your values:
cp .env.example .env.localThen restart:
npm run dev