-
-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: self-hosted resend email integration not working #1592
Comments
@sallespro do you have a valid Resend API key set? We use Resend on our cloud product and so I can confirm that this does work. |
hi, i do have and can confirm it works as well.
|
i did a fresh install and despite setting the RESEND_API_KEY, the email is not sent. This means looking at logs to get the magic link...this means a major problem just to onboard trigger... Another thing is some account data that is kept locally when
I wish i could help to debug, but now it is not possible. So i hope this shows how difficult it is to take the self host way. |
Can you explain a bit more about what guide you followed? The Coolify template isn't official and I know it has some issues – there's an open Pull Request on Coolify here: coollabsio/coolify#4724 We have a self-hosting community who might also be helpful using Coolify with Trigger.dev here: https://trigger.dev/discord |
Oh, i see. in this case i'll use the cloud version and hope this is fixed in the future. thank you |
found about your platform on youtube, i use coolify, so I was glad to find it there. tried. didn't work because of e-mail provider. would be VERY important to have own auth, not only e-mail or github. i checked the "unofficial template", but it seems to use latest release. ghcr.io/triggerdotdev/trigger.dev:v3 |
You can fix Auth emails by adding this line to all environments sections in the docker compose file |
I also could fix the Alerts issue by adding those 4 lines to the docker compose file too: |
Provide environment information
i installed the current coolify service edition of trigger.dev
Describe the bug
Out of the box, it acts as if e-mail is sent, but is is not. Looking closer, i noticed a missing env Variable, when
EMAIL_TRANSPORT
is included, it fails withAPI Key invalid
Reproduction repo
https://trigger.dev/docs/open-source-self-hosting
To reproduce
install trigger.dev using coolify and try to login.
Additional information
No response
The text was updated successfully, but these errors were encountered: