flutter-auth-ui icon indicating copy to clipboard operation
flutter-auth-ui copied to clipboard

AuthRetryableFetchException (AuthException(message: AuthRetryableFetchError, statusCode: null))

Open Justincyz opened this issue 1 year ago • 1 comments

Bug report

Describe the bug

I am trying to use the email as an authentication tool and based on this repo. But I keep getting the error "Exception has occurred. AuthRetryableFetchException (AuthException(message: AuthRetryableFetchError, statusCode: null))" and I could not figure out why for a few days. Before this, using Google email as a sign-up option works fine on my project. Moreover, every time I launch my project/do sign-up authentication, I can see the number of requests increase on DataBase and Auth modules on the Supabase website. Now I am confused what happened.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. download this repo,
  2. open on Visual Studio,
  3. replace Superbase_url and Superbase_anonKey with my project identification.
  4. do email sign-up

Expected behavior

able to sign-up by using email address

Screenshots

截屏2024-04-18 15 31 41 截屏2024-04-18 15 33 35

System information

  • OS: macOS
  • Version of supabase-js: latest

Justincyz avatar Apr 18 '24 07:04 Justincyz

I'm not sure if this could be related, but I had some of these errors today using a local Supabase environment.

A combo of supabase stop -> supabase start CLI commands fixed the issue, please don't tell me why 🤷🏻‍♂️

henry2man avatar Apr 18 '24 08:04 henry2man

I just started an old proyect and had the same exact error. I went to the supabase console and found out the proyect was paused. Once I fixed that the app started working again.

Maybe check that.

devmalcrysis avatar May 30 '24 02:05 devmalcrysis

Yeah, this most likely means that the app cannot connect to the Supabase instance. Check if the internet connection is fine, and the instance is live.

dshukertjr avatar May 30 '24 18:05 dshukertjr