auth.google_exchange_failed
The Google token exchange request failed due to an upstream error from Google.
auth.google_exchange_failed is returned when the platform's server-side request to exchange the Google OAuth authorization code for tokens fails. This is a transient upstream error from Google's infrastructure.
Google's token endpoint returned an error or was unreachable during the exchange step. This is not a client error; the user did everything correctly.
Ask the user to retry the Google sign-in flow. If the issue persists, check Google's status page or fall back to magic-link sign-in.
{
"error": {
"code": "auth.google_exchange_failed",
"message": "Google token exchange failed",
"request_id": "req_01900000abc"
}
}