Version
@nuxtjs/supabase: 2.0.1
nuxt: 4.2.0
Reproduction Link
https://github.com/gnp/nuxt-supabase-starter
Steps to reproduce
Understand the README.md in the nuxt-supabase-starter project to know the instructions that were followed.
Clone the nuxt-supabase-starter project. Set up your .env file. Do 'npm run dev'. Go to http://localhost:3000 get redirected to http://localhost:300/login. See the console.log about cookie module problem. See that nothing happens when you enter your email and click submit on the login page.
What is Expected?
A working app that you can log in to and when you do the home page at http://localhost:3000/ loads.
What is actually happening?
A console error log and login doesn't work.