Removed the http://localhost:3001/cloud/oauth/supabase/callback default for SUPABASE_OAUTH_REDIRECT_URI in apps/backend/config/envsSchema.ts. The variable is now required at backend startup — boot fails fast if it is missing rather than silently misrouting OAuth callbacks to localhost.
The PR also adds the correct per-instance redirect URI to 18 env files (adrian, andres, beaver, coffee, design, develop, development, enterprise, mark, muskrat, qa, staging, stagingpro, steve, testing, testone, thanoswasright, workshop). Matching redirects were configured on the Supabase side for the corresponding OAuth apps.