-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Sentry reports AuthException(message: Invalid Refresh Token: Refresh Token Not Found, statusCode: 400) #930
Comments
Duplicate of #928 |
@dshukertjr This is not a duplicate! This error states refresh token not found. |
@RCVZ Next time when you open an issue, you can give the issue a more descriptive name so that it does not look like a duplicate. |
Thanks for updating the title! |
I get the same exception when I reopen my web app where I was previously logged in after a longer period of time. I am currently catching this error from the After digging into the _callRefreshToken method in the GoTrue client I found out that the user is automatically signed out on every In my app, even though I see the @dshukertjr What is the preferred way to handle this exception? I found some more information about this exception here: |
@dshukertjr When is this issue going to be fixed? 3 months have already passed! |
@dshukertjr ??? |
Describe the bug
Sentry reports a couple of AuthException's
All of the reports are on iOS(But those are like 99% of my users)
To Reproduce
I have not been able to reproduce this with one of my own devices.
Version:
supabase_flutter 2.5.2
supabase 2.1.2
functions_client 2.1.0
gotrue 2.6.1
postgrest 2.1.1
realtime_client 2.0.4
storage_client 2.0.1
Additional context
The text was updated successfully, but these errors were encountered: