Not configured
The dashboard has no database yet.
It needs a Supabase project. Nothing is broken — the public site and both lead forms are unaffected, and leads continue to arrive by email.
- 01Create a project at supabase.com
- 02Run supabase/migrations/0001_leads.sql in the SQL editor
- 03Add NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY and SUPABASE_SERVICE_ROLE_KEY in Vercel
- 04Redeploy