Problem
Prod Google sign-in fails with redirect_uri_mismatch. App-side config is correct (verified via curl: client_id and redirect_uri sent properly). The OAuth client in GCP does not list the prod URLs.
Action (user, console — no code, no redeploy)
GCP Console → APIs & Services → Credentials → OAuth client 479313132723-9f4e…:
- Authorized JavaScript origins: add
https://scoutlane.vercel.app
- Authorized redirect URIs: add
https://scoutlane.vercel.app/api/auth/callback/google
- Save, wait ~5 min for propagation.
Acceptance
Notes
Only remaining prod sign-in blocker. Ping the agent to re-verify via curl/Playwright after saving.
Problem
Prod Google sign-in fails with
redirect_uri_mismatch. App-side config is correct (verified via curl: client_id and redirect_uri sent properly). The OAuth client in GCP does not list the prod URLs.Action (user, console — no code, no redeploy)
GCP Console → APIs & Services → Credentials → OAuth client
479313132723-9f4e…:https://scoutlane.vercel.apphttps://scoutlane.vercel.app/api/auth/callback/googleAcceptance
/admin, user upserted with orgredirect_uri_mismatchNotes
Only remaining prod sign-in blocker. Ping the agent to re-verify via curl/Playwright after saving.