Christoph Emrich
 · Empirome Software Studios

Password reset with Supabase & Flutterflow web app

I'm experiencing an issue with the supabase integration in my mobile/web app.

This is the work flow:
1. In the mobile app the user can push a "Forgot password" button.
2. This will trigger the Supabase Auth "Password Reset" action in the app.
3. The user receives the Email with the Site URL set in Supabase. The URL is my web app's URL which is hosted with Flutterflow: [webapp name].flutterflow.app/resetpassword. I have not set any redirect URLs in supabase.
4. Clicking the link loads the correct page but there is an auth error which prevents the user from saving the new password. The debug message says that the user is not logged in.

Not sure what settings I need to use in supabase to make this work. Does it even work with web apps hosted with FlutterFlow?

6
25 replies