© 2026 Hedgehog Software, LLC

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

resetPasswordForEmail

Hi, I'm using Supabase for Flutter (v1.0.1), all functionality works fine, except resetPasswordForEmail. Here are some relevant code snippets:

Supabase supabase = await Supabase.initialize(
    url: _config.databaseUri,
    anonKey: _config.databaseAnonKey,
);
_supabaseClient = supabase.client;
Supabase supabase = await Supabase.initialize(
    url: _config.databaseUri,
    anonKey: _config.databaseAnonKey,
);
_supabaseClient = supabase.client;


and

await _supabaseClient.auth.resetPasswordForEmail(email);
await _supabaseClient.auth.resetPasswordForEmail(email);


Pretty much any other auth function works like a charm (our app also does signups, signins, database access, etc.), but
resetPasswordForEmail
resetPasswordForEmail
always gives me a 500 from the server, "Unable to process request".

Is there a configuration I'm overlooking? Is this a problem specific to our account?

(I can probably make a minimal project to reproduce this issue, if anyone is interested)

Many thanks!
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

resetPasswordForEmail not respecting the redirectURL
SupabaseSSupabase / help-and-questions
8mo ago
resetPasswordForEmail data object always empty
SupabaseSSupabase / help-and-questions
3y ago
resetPasswordForEmail not adhering to 'redirectTo' value
SupabaseSSupabase / help-and-questions
4y ago
resetPasswordForEmail + MFA: Cannot update password due to AAL2 requirement
SupabaseSSupabase / help-and-questions
9mo ago