Environment variable status for Support Rotation Planner
1 required environment variable is missing. The application will show this page until all variables are set.
NEXTAUTH_SECRETSecret used to sign and verify session JWTs.
ADMIN_USERNAMEUsername for the administrator account.
ADMIN_PASSWORD_HASHBcrypt hash of the administrator password.
ICAL_TOKEN_SECRETSecret used to sign iCal export tokens.
Run: openssl rand -base64 32
After setting the missing variables, restart the application.