Forgot Password flow is not working completely. #94
Unanswered
aakashdeepsil
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have cloned the example from here - https://github.com/supabase-community/flutter-auth-ui/tree/main/example - and executed this in an iOS emulator. I configured my Supabase URL and Anonkey. I'm able to log in properly using my email and password.
Now, I tried to use the Forgot Password button to reset my password. I even received the reset password email and clicked the reset link. I was redirected to my app but the screen that I landed on was

/home
and not/update_password
.This is how my redirect URL page looks like -
I have not made any changes to the existing code in the example. Do I need to change anything there? Please help me.
Beta Was this translation helpful? Give feedback.
All reactions