You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When authentication is enabled (the default behavior), but the API_KEY environment variable is not set, the app crashes from an Error thrown by the jsonwebtoken library.
Need to check the existence of the environment variables to avoid unexpected errors.
Probably a startup check so the problem is known as soon as possible. Perhaps add a warning to the /settings response. This way the UI could get updated to show the message on load.
MONGO_URI is required. The app cannot function without it. API_KEY is only needed if DISABLE_AUTH is nottrue PORT is not required
The text was updated successfully, but these errors were encountered:
When authentication is enabled (the default behavior), but the
API_KEY
environment variable is not set, the app crashes from an Error thrown by thejsonwebtoken
library.Need to check the existence of the environment variables to avoid unexpected errors.
Probably a startup check so the problem is known as soon as possible. Perhaps add a warning to the
/settings
response. This way the UI could get updated to show the message on load.MONGO_URI
is required. The app cannot function without it.API_KEY
is only needed ifDISABLE_AUTH
is nottrue
PORT
is not requiredThe text was updated successfully, but these errors were encountered: