You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug is appearing after disabling "Enable Email Signup" in dashboard.
I'm using Discord as provider for OAuth.
When supabase-js client is trying to refresh token in react-app instead of getting new token I'm getting this response:
HTTP Code 400 with body: { "code": 400, "msg": "Email logins are disabled" }
After enabling "Enable Email Signup" I'm getting token with response.
To Reproduce
Setup via discord sign in
Disable "Enable Email Signup" in supabase dashboard
Moving from supabase/supabase#2851 (comment)
Google Auth provider refresh token call fails with "400 Unsupported Email Provider".
The text was updated successfully, but these errors were encountered: