You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: