supabaseUrl is required.
Closed this issue · 4 comments
I am getting the same thing. I actually tried on my local machine and then tried from a virtual machine with windows and both had the same error. One suggestion was to see if I had anything running on port 3000 when launching the program. I checked netstat and didnt see anything running. I also successfully updated the next.js version and it made no change as far as the error.
I'm having the same issue. I was using port 3000 to run another app that required supabase (I'm not sure that would be the issue), however, I quit that app and I'm still having the same issue.
when run npm run dev ,there is an error Error: supabaseUrl is required. where can get supabaseUrl?
Supabase is part of the new update Supabase is required.
Create a Supabase project then copy and paste the supabase url & your anon key to your .env.local:
NEXT_PUBLIC_SUPABASE_URL="your-supabaseurl"
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
Have fixed this in #21
You can now set NEXT_PUBLIC_DISABLE_SUPABASE=true
in your env variables to disable Supabase entirely