[SOLVED] Nuxt App - Your project's URL and Key are required to create a Supabase client!
Hey,
So I made a Nuxt App with Supabase as backend. It works totally fine when using
bun run dev
Now I dockerized that App and set the Environment Variables as following
In my nuxt.config.ts I set following:
I verified that the Nuxt App does see the process.env.supabase (via console.log in the nuxt app and "env" command in shell of the container)
Any other idea why it is stil lsaying that I need to set the url?4 Replies
If you don't pick up an answer here, just remember Nuxt has its own Superbase shell around supabase-js.
oh, I didnt know that. Do they have an official Discord?
I found it. I'll ask there too. Thank you 😄
should I use nuxtjs/supabase or supabase/supabase-js in your opinion. I dont seem to find a clear difference and/or docs for the supabase/supabasejs
Sorry, I don't know use Nuxt. Everyone I've seen using Nuxt uses their "shell".
I had to set the NUXT_PUBLIC_SUPABASE_URL btw