pip

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.

  1. Open your project on vercel.com → Settings → Environment Variables.
  2. Add NEXT_PUBLIC_SUPABASE_URL (from Supabase → Project Settings → API).
  3. Add NEXT_PUBLIC_SUPABASE_ANON_KEY — use the anon / publishable key, not the secret key.
  4. Add NEXT_PUBLIC_APP_URL — your live site URL (this Vercel address, no trailing slash).
  5. 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