-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Can't get session in vision os 2.0 beta #511
Comments
Hi, That doesn't seem as a visionOS error, it is a error thrown by Auth server, maybe visionOS behaves differently, I don't have experience with it. I can setup an app to reproduce the issue, or If you can provide an example app to reproduce this issue, that would be faster. Thanks! |
After some investigation, it seems the issue only affects users who signed up using the Google provider when trying to log in with OAuth. If I sign in with Google OAuth using a Gmail account that registered with a regular email sign-up, I can log in successfully. However, users who signed up directly with Google are experiencing the bug. |
Example code:
Logs:
|
I fixed the issue. It turns out that |
Bug report
Describe the bug
Can't get session in
try await Supabase.client.auth.session(from: modifiedURL)
the bug only happens in VisionOS 2.0 and works normally on the older versions.I get the following response:
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
A session should be retrieved from url with token
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
It is probably vision os beta error, I am mainly positing if anybode else has had this error.
The text was updated successfully, but these errors were encountered: