VS Code extension 26.721.30844 crashes after successful ChatGPT login on Windows

Open 💬 2 comments Opened Jul 24, 2026 by noaskers
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

Environment

  • Windows x64
  • VS Code
  • Broken Codex extension version: 26.721.30844
  • Last known working version: 26.715.31925

Steps to reproduce

  1. Install Codex extension version 26.721.30844.
  2. Open the Codex panel.
  3. Sign in with ChatGPT.
  4. Wait for the Codex panel to reload.

Expected behavior

The Codex interface opens after authentication.

Actual behavior

The panel displays “Oops, an error has occurred” with a “Try again” button.

The logs show authentication completing successfully:

[chatgpt-account-lookup] completed authenticatedAccountPresent=true authMethod=chatgpt hasEverErrored=false result=succeeded windowType=extension

Immediately afterward, the extension receives a forbidden response:

Error fetching httpStatus=403 requestId=<redacted> statusText=Forbidden url=/settings/user

The React application then enters its error boundary with name=AppRoutes.

Troubleshooting performed

  • Logged out completely and signed in again.
  • Uninstalled and cleanly reinstalled the latest extension.
  • Fully restarted VS Code.

The issue persisted with 26.721.30844.

Workaround

Downgrading to 26.715.31925 restores normal operation with the same ChatGPT account and workspace.

View original on GitHub ↗

2 Comments

github-actions[bot] contributor · 1 month ago

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

  • #35162
  • #35182

Powered by Codex Action

diegorost · 1 month ago

Reverting to previous version does not work