© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago
avalanche8336

Database error finding user

I have upgraded supabase_flutter to 1.0.1 and I'm suddenly getting 'Database error finding user' when trying to signUp a user. Database is emtpy. Error happens only when calling signUp for the first time, each consequent call will succeed until I get another error 'Access token refresh retry limit exceded'

 for (final testUser in testUsers) {
    final res = await Supabase.instance.client.auth.signUp(
      email: testUser.email,
      password: testUser.password,
    );
  }
 for (final testUser in testUsers) {
    final res = await Supabase.instance.client.auth.signUp(
      email: testUser.email,
      password: testUser.password,
    );
  }


This code was working with previous version of supabase_flutter 0.3.3. Any ideas?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Error 500 Auth: Database error finding user from email
SupabaseSSupabase / help-and-questions
3mo ago
Database error saving new user
SupabaseSSupabase / help-and-questions
4y ago
500: Database error granting user
SupabaseSSupabase / help-and-questions
2mo ago
Database error saving new user
SupabaseSSupabase / help-and-questions
6mo ago