Auth UI does not redirect after login
The Auth UI React component does not redirect me after login, despite the
I tried many forms for the
The authentication happens but the redirect doesn't.
redirectTo attribute being present. Here is how I call the component:<Auth supabaseClient={ supabase } redirectTo={ "http://localhost:3000" } appearance={ { theme: ThemeSupa } } />I tried many forms for the
redirectTo option, including with an ending slash. In the console, http://localhost:3000 is my Site URL, and is also present in the Redirect URLs list.The authentication happens but the redirect doesn't.