Hi, I am trying supabase for the first time and am...
# help
a
Hi, I am trying supabase for the first time and am following the Auth example for React, however everytime I try to signup I run into a CORs error on localhost - has anyone else encountered this?
n
Hello @ani! 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.
g
Your code is running on localhost? Can you please provide more info on what is going on when you get the error? What is the call being made?
a
I am following the React auth tutorial https://supabase.com/docs/guides/with-react
However when i try to run
await supabase.auth.signIn({ email })
I run into this CORs error
The error message returned is simply
Request Failed