Skip to main content

Configuration Troubleshooting

This page covers common issues related to environment variable configuration.


๐Ÿงช App Fails to Startโ€‹

Symptom: Application fails to start or crashes on boot.

Cause: Missing or invalid environment variables.

Resolution:

  • Ensure all required environment variables are set.
  • Check for typos or malformed values (especially URLs, credentials, or port numbers).
  • On Azure App Service, confirm variables are defined under Application settings.

๐Ÿ” Authentication Errorsโ€‹

Symptom: Login fails even though OAuth2 is configured.

Cause: Incomplete or incorrect OAuth2 configuration.

Resolution: