-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Error flow_state_not_found In Google OAuth #795
Comments
Just to confirm, you are not using |
No, I don't think that is a common sourceSet API, |
Yea, I'm just asking because |
It is very rare but consistent for those facing this. |
Did you take a look at this discussion https://github.com/orgs/supabase/discussions/16743? Specifically this comment. |
I did, the supabase hosted configuration is I believe mostly correct, since for majority of users, including me, the oAuth is working flawlessly, |
General Info
Version(s)
3.0.1
Kotlin Target(s) and their respective versions
JVM 17
What happened? (include your code)
message=Auth API error: flow_state_not_found, cause=io.github.jan.supabase.auth.exception.AuthRestException: invalid flow state, no valid flow state found
Google Oauth is failing for some users, this is not reproducible at my end.
I am deeplinking the user back to the app and then import session from that.
I use
The same exact flow is working for most of my users.
Code Snippet:
Retaled maybe ?
supabase/auth#1341
Steps To Reproduce (optional)
No response
Relevant log output (optional)
No response
The text was updated successfully, but these errors were encountered: