I created a project in the admin UI, I added users in the admin UI, when I try to "Send recovery password," and click the "Reset Password" link, the server does not respond #32697
-
I am about to send a proposal suggesting Supabase cloud as the backend for our MVP. Everything has been great so far until I hit a weird issue. I set up a Supabase project via the web UI. I used the Supabase web UI to create a couple users. I then used the cli to to create the schema. Now, I needed to reset an email auth user password. I tried clicking "Send recovery password" on the cloud web ui, I got the email, and I clicked the "Reset Password" link. But the link does not work. I get a server refused type error. This seems like a bug, or have I done something wrong? Please don't leave me hanging. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's not a bug. If you don't have an actual application setup to handle the password reset then the result is what you got. The Supabase docs covers how resetting a password should happen https://supabase.com/docs/guides/auth/passwords?queryGroups=language&language=js#resetting-a-password, it could be a bit more clearer in the docs that you need to handle this in your own application though. |
Beta Was this translation helpful? Give feedback.
It's not a bug. If you don't have an actual application setup to handle the password reset then the result is what you got. The Supabase docs covers how resetting a password should happen https://supabase.com/docs/guides/auth/passwords?queryGroups=language&language=js#resetting-a-password, it could be a bit more clearer in the docs that you need to handle this in your own application though.