
Topic
Errors
Why a product error or blocked message appears, and how to diagnose it.
Guides
Articles
Step-by-step write-ups for this topic.
- Sign-in could not be completed — try email and passwordOAuth generic fallback when the oauth_error query is unknown or unmapped.View article
- Sign-in failedOAuth or login fallback — ban denial or unmapped login API error.View article
- Sign-in is currently disabledisLoginOpen false — password login and OAuth start blocked (403).View article
- Sign-in session expired — start againLogin 2FA step — TOTP pending cookie missing or IP mismatch.View article
- Sign-in was cancelled or deniedOAuth callback with no authorization code — user cancelled or provider denied.View article
- Something went wrongGeneric auth UI fallback — e.g. forgot-password when API error is unmapped.View article
- That code did not work — try againLogin 2FA — TOTP verify failed (AUTH_TOTP_INVALID) or confirm fallback.View article
- That password does not match your accountLocale/API string for account password mismatch on a sensitive action.View article
- This account cannot reset its passwordPassword reset refused — account has bannedAt set after ban reconciliation.View article
- This account is not activeCountry-confirm login challenge — user.status is not active.View article
- This account is not active yetLogin/OAuth blocked — account status is inactive (not pending verify).View article
- This account is not active yet — check your email for a verification linkOAuth — linked/email account status is pending verification.View article
- This account is not verified yet — check your email or resendPassword login AUTH_ACCOUNT_PENDING — shows resend verification panel.View article
- This confirmation link is invalid or has expiredconfirm-login challenge missing, wrong hash, or past expiresAt.View article
- This email is already registered — sign in with your passwordOAuth signup — email exists but provider is not linked (or link race).View article
- This email provider is not allowedLegacy OAuth string for banned mail host — maps to oauthEmailProviderNotAllowed.View article
- This mail host isn't allowedOAuth signup blocked — email domain is on the banned mail-host list.View article
- This mail host isn't allowed: {host}Email register AUTH_MAIL_HOST_NOT_ALLOWED — message includes the blocked domain.View article
- This reset link is invalid or has expired — request a new onereset-password API — token missing in DB or past expiresAt.View article
- This sign-in provider is not configuredOAuth callback — getProviderCredentials returned null for that provider.View article