You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`codex auth` unrecognized: run `where codex`, then follow `docs/troubleshooting.md` for routing fallback commands
267
277
- Switch succeeds but wrong account appears active: run `codex auth switch <index>`, then restart session
278
+
- Requests fail fast with a pool cooldown message: wait for the cooldown window or inspect `codex auth status`
279
+
- Requests fail fast after repeated upstream 5xx errors: inspect `codex auth report --json` for runtime traffic and cooldown details
280
+
- Storage cleanup fails with `EBUSY` / `EPERM` (Windows): run `codex auth doctor --fix` to retry, or manually remove `~/.codex/multi-auth/<project-key>/` and re-login
268
281
- OAuth callback on port `1455` fails: free the port and re-run `codex auth login`
269
282
- Browser launch is blocked or you are in a headless shell: re-run `codex auth login --manual` or set `CODEX_AUTH_NO_BROWSER=1`
270
283
-`missing field id_token` / `token_expired` / `refresh_token_reused`: re-login affected account
0 commit comments