Skip to content

NOREPLY_EMAIL is marked as optional but produces error regardless #1433

@1ukastesar

Description

@1ukastesar

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

  1. Leave NOREPLY_EMAIL blank in the config.env
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions