-
-
Notifications
You must be signed in to change notification settings - Fork 449
Open
Labels
Description
Describe the bug
NOREPLY_EMAIL
in the config file (config.env
) is documented the way that when it is not set, SUPPORT_EMAIL
will be used instead - so as an optional setting.
But for some reason this doesn't work and produces error in the logs:
❌ Invalid environment variables: { NOREPLY_EMAIL: [ 'Invalid email' ] }
To Reproduce
- Leave
NOREPLY_EMAIL
blank in theconfig.env
- Run Rallly app (through e.g.
docker compose up
)
Expected behavior
The unset or empty variable should not print any error.
Screenshots
not applicable
Desktop (please complete the following information):
- OS: Ubuntu 24.04
- Browser: not applicable
- Version: v3.11.2
Smartphone (please complete the following information):
not applicable
Additional context
not applicable