Closed Joecey closed 5 months ago
When performing sign-up workflow with email + password, link provided in confirmation link redirect to to https://localhost:8080/dashboard
https://localhost:8080/dashboard
When clicking on verification link, user should be redirected to preclinify.com/dashboard
User does get verified after clicking email link. Redirect is the only thing that doesn't work
https://supabase.com/docs/reference/javascript/auth-signup This looks like a good solution
Describe the bug
When performing sign-up workflow with email + password, link provided in confirmation link redirect to to
https://localhost:8080/dashboard
Expected behavior
When clicking on verification link, user should be redirected to preclinify.com/dashboard
Screenshots
Additional context
User does get verified after clicking email link. Redirect is the only thing that doesn't work