5 Replies
What is the actual error you're getting
literally that

@ihm40
https://supabase.com/docs/reference/javascript/auth-resetpasswordforemail i'm taking a look at this and i think what should be happening is that you prompt the user for a password reset by sending a link via email -> they click that link -> they are redirected to a component like yours to update their password. Currently the error seems to be coming from the fact that supabase does not know which account you are updating the password for which is usually uses the session to determine
JavaScript: Send a password reset request | Supabase Docs
Supabase API reference for JavaScript: Send a password reset request
More specifically i think you need to handle this