Please help, I recently added Supabase to my Nuxt 3 application and when I deployed it, I get 500 supabaseUrl is required so I added the .ENV variables to the Environment Variables section but still getting the error?!
@boyjarv It’s up to you to configure/debug your own project.
Nobody here is going to edit/configure your site on your behalf, however if you provide more detail people may be able to point you in the right direction.
If you haven’t read it already, the environment variables documentation is here:
Hi, @boyjarv. Sometimes site build hard-code environment variables into the site code during the build and deploy process. For this reason, it may be necessary to trigger a new build and deploy after adding the environment variable for the change to be detected by the deploys site code. Have you triggered a new deploy since adding the environment variable? If so, did that resolve the issue?