auth.google_not_configured
Google OAuth client credentials are not configured on this deployment.
auth.google_not_configured is returned when a request hits the Google OAuth sign-in path but the deployment has not been configured with Google OAuth client credentials. This is an operator-side configuration issue, not a user error.
The GOOGLE_CLIENT_ID and/or GOOGLE_CLIENT_SECRET environment variables are absent or blank on this deployment.
If you are an operator: configure Google OAuth credentials in the deployment environment. If you are an end user: use the magic-link sign-in option, which does not require Google OAuth.
{
"error": {
"code": "auth.google_not_configured",
"message": "Google OAuth is not available on this deployment",
"request_id": "req_01900000abc"
}
}