mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
Not clear how to login with Trigger.dev template #46
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maelp on GitHub (Apr 29, 2025).
When running the trigger.dev template it seems we need to get a "magic link" through email, but since there is no mail server config it doesn't work, how are we supposed to login?
@maelp commented on GitHub (Apr 29, 2025):
After checking the doc you have to go to the log console, but it would perhaps be better to have some kind of documentation for this (see https://github.com/Dokploy/templates/issues/107)
@maelp commented on GitHub (Apr 29, 2025):
Although even this doesn't seem to work (at least with the "basic" setup)... using the magic link from the log console just redirects back to the login page
@maelp commented on GitHub (Apr 29, 2025):
Perhaps it requires a custom domain ? or HTTPS?
@maelp commented on GitHub (Apr 29, 2025):
There's this error which might be related?
@maelp commented on GitHub (Apr 29, 2025):
Added it here
@maelp commented on GitHub (Apr 29, 2025):
Seems this was the issue, I guess we should add it to the template
@duchao commented on GitHub (Jun 21, 2025):
Hi, I’m currently encountering an issue with the magic link login flow. Even though I can successfully generate the magic link and see it in the console, when I click the link, it redirects me to the homepage instead of completing the authentication.
Is there any recommended way to solve this? Could you advise how to properly handle or debug this redirection issue?
@duchao commented on GitHub (Jun 21, 2025):
I’ve resolved the issue. The problem was that the domain was using https instead of http, and I also needed to update the Environment Settings to use https accordingly. After making these changes, the magic link works as expected.