Replies: 6 comments 22 replies
-
You mustn't specify auth/v1 in the supabase client builder. Which version are you using? And which platform? |
Beta Was this translation helpful? Give feedback.
-
I did not specify the auth/v1 in the supabase client, using 0.7.2 and on web |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hey @jan-tennert i am trying to signup using email and password but getting this error.
i am not able to understand why i am getting this http://localhost
please help. |
Beta Was this translation helpful? Give feedback.
-
Please add this in GoTrue doc to add Internet permission in AndroidManifest.xml file. it is crucial |
Beta Was this translation helpful? Give feedback.
-
There is now a demo available on the development branch showcasing Native Google Sign In & OAuth using a In-App WebView |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've done a setup and when trying to authenticate with google it redirects me to this type of url if I use the
signUpWith
I gethttps://*********.supabase.co/auth/v1/auth/v1/authorize?provider=google&redirect_to=http://localhost:3001
and if I remove the extraauth/v1
then it works.If I use the
loginWith
then it is fine.But I also don't know how to get a response/result of the authentication because there is no onFail or onSuccess or something for me as shown in this example.
Here is a pic when I try to access onFail
Beta Was this translation helpful? Give feedback.
All reactions