You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like the 'redirectTo' is used to fill the redirect url for both email magic link and Google auth (or any other auth for that matter) which seems like a bug.
In my NextJs application I need the redirect to go to a confirm route which needs to verify the OTP while the google auth redirect need to exchange the code to exchange the code for session, which means different redirect url
To Reproduce
Use supabase auth ui with both email magic link and google
Expected behavior
Allow to use different redirect urls depends on the login method used.
System information
NextJS application
The text was updated successfully, but these errors were encountered:
Seems like the 'redirectTo' is used to fill the redirect url for both email magic link and Google auth (or any other auth for that matter) which seems like a bug.
In my NextJs application I need the redirect to go to a confirm route which needs to verify the OTP while the google auth redirect need to exchange the code to exchange the code for session, which means different redirect url
To Reproduce
Use supabase auth ui with both email magic link and google
Expected behavior
Allow to use different redirect urls depends on the login method used.
System information
NextJS application
The text was updated successfully, but these errors were encountered: