Relative Content

Tag Archive for fluttersupabase-flutter

Receiving an AuthException(message: AuthRetryableFetchError, statusCode: null) in my Flutter Web App when creating a user in Supabase

In my Web Administration Page made in Flutter that uses Supabase, I have a function/page to create a new user. However, I am encountering the error “AuthException(message: AuthRetryableFetchError, statusCode: null)” when trying to execute the insertion of the user. I have this function/data repository that inserts the data first in the auth.users table then to the public.profiles table for the user’s details.