Backend not connected

The published build is missing Supabase credentials, so sign-in and account data can’t load. This usually means the app was published before Lovable Cloud was connected — the fix is to republish.

Environment variables
  • VITE_SUPABASE_URL— missing
  • VITE_SUPABASE_PUBLISHABLE_KEY— missing
How to fix
  1. In the Lovable editor, open Cloud and confirm the backend is connected (green status).
  2. Click Publish → Update to rebuild with the current Supabase credentials baked into the bundle.
  3. For local dev, copy .env.example to .env and fill VITE_SUPABASE_URL and VITE_SUPABASE_PUBLISHABLE_KEY, then restart the dev server.

Missing: VITE_SUPABASE_URL, VITE_SUPABASE_PUBLISHABLE_KEY