stack icon indicating copy to clipboard operation
stack copied to clipboard

[Bug] stack-auth dashboard does not recognize custom email provider

Open y-nk opened this issue 5 months ago • 0 comments

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:

Image

Is there a reason why it's not picking up the env vars?

y-nk avatar Jul 31 '25 11:07 y-nk