background
← Back to all provider errors

Google

server_error — Server error

Authorization server encountered an error.

Riposte solution

Google's authorization server encountered an internal error. This is not caused by your request. The best approach is to wait and try again. Implement retry logic for the OAuth flow (for example, call /auth/sessions again after a short delay) or have the user attempt login later.

Quick facts

Provider
Google
Endpoint / surface
OAuth 2.0
Status code
500

Why it happens

[Transient server issue]

How to fix it

[Retry later with backoff]