Reset password link not working in web browser.

I am testing my Forgot Password feature within my app. The user goes to another screen to provide an email to reset his password. He receives an e-mail from Supabase with a Reset Password Link. When clicking on the email, using a desktop and browser, it opens a window in the browser (chrome) that shows a URL with a blank page. What do we add as the Site URL, and Redirect URLs? The email template for Reset Password has been updated to include {{ .RedirectTo }}. We have tried different options of Site URL and Redirect URL but none of them work. So the browser page doesn't show the screen for resetting password. Many thanks.
1 Reply
Ad Intellegent
@casareal.pe For Supabase reset links, set your Site URL to your app’s base domain and add the screen where you handle the reset as a Redirect URL—the {{ .RedirectTo }} parameter must point to that reset page route

Did you find this page helpful?