When previewing the app, I am getting a warning about missing ENV variables:
NEXT_PUBLIC_SUPABASE_URL NEXT_PUBLIC_SUPABASE_ANON_KEY NEXT_PUBLIC_VAPID_PUBLIC_KEY
These VARs are created in the project settings, and there is env.local file containing those variables. After many tries v0 could not resolve the issue. The app is working as expected, and I can see those vars in the browser console.
Any idea?
