Login/logout flow can end on generic “Oops, an error has occurred” page

Open 💬 3 comments Opened Aug 18, 2026 by LeiZhou-Dip-Ing
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

Description

Codex can fail during the sign-in/sign-out flow and end up on a generic error page instead of completing authentication.

The UI shows:

Oops, an error has occurred Try again

This appears after using the Codex login/logout flow. Once it happens, the user cannot continue normally from that screen.

Steps to reproduce

  1. Sign in to Codex.
  2. Sign out.
  3. Attempt to sign in again / switch account through the normal authentication flow.
  4. Codex displays the generic error page shown above.

Expected behavior

Signing out should fully clear the previous authentication state, and the next sign-in should start a clean authentication flow and complete normally.

Actual behavior

The authentication flow can fail and leave Codex on a generic error screen with only a Try again button.

Environment

  • Platform: Windows desktop
  • Product: Codex
  • Area: authentication / login / logout

Additional context

This looks like stale or inconsistent authentication/session state after logout. A screenshot of the error screen is available and shows only the generic message above, without a more specific error code.

It would also help if the error page exposed a diagnostic/error ID so users can include it in bug reports.

View original on GitHub ↗

3 Comments

github-actions[bot] contributor · 9 days ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #39199

Powered by Codex Action

MuguangTttT · 9 days ago

I can confirm I'm experiencing exactly the same issue.

Environment:

  • Windows 11
  • ChatGPT Desktop (Microsoft Store)
  • Version 26.814.5167.0
  • ChatGPT Plus

Symptoms:

  • Login succeeds normally.
  • After about 30–60 seconds, the Desktop app signs itself out.
  • Browser ChatGPT remains signed in.
  • Codex CLI also remains signed in.

Things I've already tried:

  • Reset the Desktop app
  • Reinstall the Desktop app
  • Delete ~/.codex/auth.json
  • Reboot Windows
  • HTTP_PROXY / HTTPS_PROXY
  • TUN mode
  • Disable and re-enable Advanced Account Security

None of these resolved the issue.

Relevant log messages include:

  • hadToken=false
  • no_token_attached
  • account_info_token_unavailable
  • Missing valid access token or actor biscuit
  • 401 Unauthorized

This appears to be specific to the Desktop app because Browser and CLI authentication continue to work normally.
The issue started today. Before today, the Desktop app worked normally.

CTCycle · 7 days ago

Confirming the same on Windows 10 (ChatGPT Plus). After logging out and switching to a different account through the normal auth flow, the app lands on the generic "Oops, an error has occurred / Try again" screen and does not recover from it. Clicking "Try again" re-renders the same error, and the app remains unusable until a full application restart, after which login proceeds normally. This has persisted across the version I was using before the latest update and is still present after updating, so it is not specific to one release.

This looks closely related to the account-transition/RPC issue described in #39677 (Windows desktop, OAuth account change, "Try again" only reloads the renderer and doesn't rebuild the connection). Happy to provide app logs if useful. Platform: Windows 10.