Hey, so I am using <@872383230530174986>/ui packag...
# help
a
Hey, so I am using @supabase/ui package for Auth and supabase-community next package for the helpers/providers on API side of things. Signup is working great but logging in with a password (except magic link) just doesn't do anything. There's a successful request I could see in the network tab but nothing happens afterwards. Would you happen to have any idea of what I could be doing wrong? There are no errors.
n
Hello @Aditya Tripathi! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
a
Copy code
ts
<Auth
  supabaseClient={supabase}
  magicLink={true}
  redirectTo={'/'}
/>
Here's how my auth ui component looks supabase is just your average supabasejs client