Password Reset Flow Developer - Supabase Integration
I run into a persistent Password Reset flow issue when I integrate Webflow forms with a Supabase database.
The Webflow forms successfully write to the Supabase db for signup, login, and signout.
Reset Password breaks though: specifically, when i click forgot password link on the webflow forms, i am successfully sent to forgot-password page, where i key in my email and click reset password button. This action successfully triggers supabase to email me a password reset link. And things break at that stage - when i click the reset password link in the email, i am supposed to be sent to a reset-password page. The problem is that either the page doesn't load, or when it loads and i key in my new password twice and hit reset password button, the action fails/is blocked.
Could you help me resolve this bug? I am attaching the code in my reset-password page and a loom walkthrough of the bug:
loom.com/share/56a070eaa6be49cd97d2d53d960e67e4?sid=9d79f532-8c69-4cee-bd94-8c41c875987b
Job Qualifications
Job Benefits
Job Responsibilities
- I run into a persistent Password Reset flow issue when I integrate Webflow forms with a Supabase database
- The Webflow forms successfully write to the Supabase db for signup, login, and signout
- Reset Password breaks though: specifically, when i click forgot password link on the webflow forms, i am successfully sent to forgot-password page, where i key in my email and click reset password button