Skip to Content
DevelopersError reference

AUTH/HOST_MISMATCH

In production, the token record pins an expected host/pod, but the client connected to a different pod. This prevents cross-pod token reuse when pods are not sharing auth state.

Classification

Application code. The wire value and spelling remain the same in every language. A registered code does not establish that its feature is active in every deployment.

Handling

Separate player reauthentication from server configuration or storage failures. Start a new provider flow when the login attempt is invalid; investigate signing configuration and storage on the server when appropriate. Never request a private key, mnemonic or callback token in a report.

Normalization contract · All codes · Report a problem