Environment Configuration Required

Your application is missing the required Supabase environment variables.

Missing: VITE_SUPABASE_URL and/or VITE_SUPABASE_ANON_KEY

How to Fix:

  1. Go to your Netlify dashboard: https://app.netlify.com
  2. Find your deployed site
  3. Go to Site settings > Environment variables
  4. Add these variables:
    VITE_SUPABASE_URL=your_supabase_project_url
    VITE_SUPABASE_ANON_KEY=your_supabase_anon_key
  5. Get your Supabase credentials from: https://app.supabase.com > Project Settings > API
  6. Redeploy your site after adding the environment variables