setup needed
pip can't reach your database yet
onboarding can save on this device, but pipeline, captions, and your account need Supabase connected on the live site.
- Open your project on vercel.com → Settings → Environment Variables.
- Add NEXT_PUBLIC_SUPABASE_URL (from Supabase → Project Settings → API).
- Add NEXT_PUBLIC_SUPABASE_ANON_KEY — use the anon / publishable key, not the secret key.
- Add NEXT_PUBLIC_APP_URL — your live site URL (this Vercel address, no trailing slash).
- Save, then redeploy (Deployments → … → Redeploy). Env vars only fully apply after a new deploy.
in Supabase, also add your live URL under Authentication → URL configuration → Redirect URLs (example): https://your-app.vercel.app/auth/callback