Open sanba-anass opened 1 year ago
Did you create the SUPABASE_URL env in the netlify configuration?
we had the same issue (but running it via docker, not netlify) and the fix was to prefix the env with NUXT_PUBLIC_
e.g. NUXT_PUBLIC_SUPABASE_URL
(except the service key which is just NUXT_...
)
can u show me how to deploy it netlify i did deploy two it on render.com and vercel and all is working perfectly . but when i deploy on netlify the url is broken with 500 error saying that the supabase_url is required