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
It is reported yesterday by our user that they cannot login, and then I test on Android 15 beta (Google Pixel 6 Pro) and Android 14 (Oneplus 12). It really cannot login, error shows
[GoogleAuthUtil] [GoogleAuthUtil] error status:UNKNOWN with method:getTokenWithDetails
I had the same issue all of a sudden, and had to spend a whole weekend figuring out this fix. Something must have just changed on Google's end, very annoying
I had the same issue all of a sudden, and had to spend a whole weekend figuring out this fix. Something must have just changed on Google's end, very annoying
Yes, I think Google really make a bug. This should not happened. It is a production incident.
The scopes issue fixes debug but from what I can tell production is totally destroyed. I cannot login via the release signing sha no matter what I do. Is anyone seeing that too??
Describe the bug
I am using supabase_flutter: 2.6.0 in package-lock.yaml
And using instrucion code to implement our app.
It is reported yesterday by our user that they cannot login, and then I test on Android 15 beta (Google Pixel 6 Pro) and Android 14 (Oneplus 12). It really cannot login, error shows
And I search from stackoverflow, https://stackoverflow.com/questions/79009273/flutter-platformexception-when-trying-to-get-google-sign-in-access-token, The fix works.
But it should be fixed in supabase docs. It should add scope to Google sign in function params.
The text was updated successfully, but these errors were encountered: