Set up Supabase to continue
We couldn't reach Supabase or the seed data isn't in place. To fix this:
- Create a Supabase project and run the seed SQL (the one with
machines,users,tickets,refunds). - Replace the
xxxvalues in.env.localwith your real keys. - Restart the dev server.
Reason: SUPABASE_SERVICE_ROLE_KEY is the anon or authenticated key. Use the service_role secret from Supabase → Project Settings → API (never expose it to the browser).