Facing issue after deploying a Nuxt3 app with supabase via Gitlab (Missing supabase url and key)

Hi all, has anyone deployed a Nuxt3 app with supabase via Gitlab? I get these warnings during deployment (missing supabase url and supabase key, set them in nuxt.config.js or via env variable). I have both of these variables set in .env and nuxt.config.ts. The deployment is successful but the app doesn’t load and I see this message in the middle of the screen supabaseurl is required. Any ideas?