stack
stack copied to clipboard
[Bug] stack-auth dashboard does not recognize custom email provider
Hello,
I'm booting stack-auth locally with env vars configured as such:
STACK_EMAIL_HOST: maildev
STACK_EMAIL_PORT: 1025
STACK_EMAIL_SECURE: false
STACK_EMAIL_USERNAME: username
STACK_EMAIL_PASSWORD: password
STACK_EMAIL_SENDER: [email protected]
STACK_EMAILABLE_API_KEY: '' # https://github.com/stack-auth/stack-auth/pull/727
But still the config seems not to be recognized:
Is there a reason why it's not picking up the env vars?