George
 · I am definitely not a good developer

Supabase FlutterFlow Password reset flow

Database & APIs

Hey all,

I've been trying to debug this issue for a few days.

I have set up supabase authentication within my flutterflow app.

I have a forgot password view that looks like this:

when i click the send link button i execute a resetpassword action

once that happens the email is successfully sent, but for some reason the link url is to localhost:3000

https://tkxeyqrzqzqhxfglvyau.supabase.co/auth/v1/verify?token=2e9874ab54b6d088097123e9cedb6cc17a6041fa8199ccb83dcf9ea2&type=recovery&redirect_to=http://localhost:3000

I've set up the url config for my specific app

and i've tried multiple different configs of the confirmation url, here is my current email template

<h2>Reset Password</h2>

<p>Follow this link to reset the password for your user:</p>
<p><a href="{{ .ConfirmationURL }}resetPassword">Reset Password</a></p>

this looks to be a bug in the flutterflow set up.

as the auth reset password action only has one parameter "email field" and doesn't provide an option to change the redirect field.

Thoughts?

What have you tried so far?

everything listed above ^

Did you check FlutterFlow's Documentation for this topic?
Yes
2
10 replies