Cannot update password using supabase auth

Here is my repo: https://github.com/ThomasBurgess2000/budget

I created it using the supabase default project for NextJS.

Whenever I tried to reset the password, I get a reset link sent to my email, but whenever I go to that link it just takes me to the login page. I thought it was supposed to log me in and take me to an update password page.

So I created a
update-password
page myself. The reset link still takes me to the login page, but then I manually go to
/update-password
. But whenever I try to reset the password there I get
Auth session missing!


What am I doing wrong?
GitHub
Budget app built with Refine and Supabase. Contribute to ThomasBurgess2000/budget development by creating an account on GitHub.
Was this page helpful?