nuxt3-user-management Demo not redirecting.

I have been working through the demo for nuxt 3 at https://supabase.com/docs/guides/getting-started/tutorials/with-nuxt-3
have setup a supabase project and configured api keys, I am using the free plan
created the nuxt app and can run it
I can submit an email address in the form
I can see a user record get created in supabase in both the profile table and the user authentication section

My problem is with the magic link sent back to me. I click on the link and am redirected back to my localhost:3000 but remain stuck on the Auth component
I cannot go to the Account page
looking in the browser dev tools I cannot see any cookie or jwt being included in the response.
I have double checked my code against the github repo.
The package versions I have are slightly newer compared to the github repo.
Have there been some changes not updated in the tutorial ?
Learn how to use Supabase in your Nuxt 3 App.
Was this page helpful?