SupabaseURL
Hello, I'm having trouble getting started linking the auth to my vue3 site. The browser says:
Uncaught Error: supabaseUrl is required.
at new SupabaseClient (SupabaseClient.ts:66:29)
at createClient (index.ts:21:10)
at supabase.js:6:25
but I have a .env file (I've tried changing it to .env.local also) linked to my supabase.js file with a Url and anon key (tried with both double and single quotes ('', "")).
Uncaught Error: supabaseUrl is required.
at new SupabaseClient (SupabaseClient.ts:66:29)
at createClient (index.ts:21:10)
at supabase.js:6:25
but I have a .env file (I've tried changing it to .env.local also) linked to my supabase.js file with a Url and anon key (tried with both double and single quotes ('', "")).

