trigger.dev: [TRI-689] Login through magic link not working in Safari when running on localhost:3030
Safari version: Version 16.4.1 (17615.1.26.101.10, 17615)
To recreate, make sure you DON’T have the RESEND_API_KEY env var set, so the magic link is printed to the terminal instead of actually sent as an email (I can’t recreate the problem when the magic link is sent through the email).
After navigating to the magic link (in Safari) you will get redirected back to the magic link page, instead of into the dashboard.
I’m thinking this might have something to do with the the cookie session storage (which you can find here: https://github.com/triggerdotdev/trigger.dev/blob/bca0df2692a9255d79a3858e8bb091cdfa883632/apps/webapp/app/services/sessionStorage.server.ts) but I’m not exactly sure what is causing it
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 19 (10 by maintainers)
This issue is no longer relevant because when running the platform locally we now skip the email and just log you in.