(supabase_flutter) Recover Password gets server error 500

So in my app, when the user enters their email address in the login screen, they can ask for a password recovery. This then calls the resetPasswordForEmail() API. However, this always gives back a server error 500: error = AuthException(message Unable to process request, statusCode 500)

The supabase client is correctly initialized (other API calls work just fine). I can make a minimal example, if that helps.

Many thanks.
Was this page helpful?