The bug/issue I am currently facing is, that the Auth component i use for login and signup doesnt redirect the user after sign-in with email/password.
Oddly enough, if i enter the wanted query string into the address bar after sign-in, the user appears to be signed in because i can access his profile
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Sign into the account using email and password (after sign-up)
Expected behavior
The behavior that should be expected should include a redirect to the given redirectTo value above after clicking the sign-in button.
But nothing happens
Screenshots
not needed to understand the issue
System information
OS: Linux Manjaro LTS
Browser: firefox
Version of supabase-js: [latest
Version of Node.js: [latest]
Additional context
magic_link login, as well as login via socials (when added like described in the supabase docs), works and redirects perfectly fine
Bug report
Describe the bug
The bug/issue I am currently facing is, that the Auth component i use for login and signup doesnt redirect the user after sign-in with email/password. Oddly enough, if i enter the wanted query string into the address bar after sign-in, the user appears to be signed in because i can access his profile
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
${data.url}/auth/callback
} showLinks={false} For: view="sign_in" redirectTo={${data.url}/auth/callback
} showLinks={true}Expected behavior
The behavior that should be expected should include a redirect to the given redirectTo value above after clicking the sign-in button. But nothing happens
Screenshots
not needed to understand the issue
System information
Additional context
magic_link login, as well as login via socials (when added like described in the supabase docs), works and redirects perfectly fine