Use values from Project Settings → API (not Account → Access Tokens). Project URL looks like https://YOUR_REF.supabase.co; anon/service keys usually start with eyJ. Do not paste sbp_ personal tokens here. SUPABASE_* env vars override CMS values. Service role bypasses RLS — never use NEXT_PUBLIC_* for it.

Loading…

What runs automatically

  • Map all data upserts teams, players, fixtures, events, stats, transfers, ratings and related CMS tables into Supabase by primary key
  • Schedule / Rugby Data day sync → upserts live_fixtures + JSON in Storage
  • Approve / set primary player image → mirror file into rugby365-media
  • Anon key is safe for client RLS reads; service role stays server-only
  • Skipped on full sync: integration credentials, raw provider payloads, sandbox/audit ops tables