Kaz
nuxt 3 supabase x .env
Hey! I ran into a issue developing a Nuxt 3 App. Im using Nuxt UI and nuxtjs/supabase module.
When I configure supabase and put the supabase url into .env it says URL Invalid (cant access .env variable), but when I remove url and only leave key in their the .env works.
My goal is to store both supabase URL and KEY in .env - Now I can only store KEY.
this works:
supabase: {
url: 'https://example.supabase.co',
redirectOptions: {
login: '/',
callback: '/'
}
}
1 replies