Codex Desktop for Windows 26.519.2081.0 turns blank white after ChatGPT login
What version of the Codex App are you using (From “About Codex” dialog)?
Codex Desktop 26.519.2081.0
What subscription do you have?
Pro
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
Environment
- OS: Windows
- Codex Desktop version: 26.519.2081.0
- Package: OpenAI.Codex_26.519.2081.0_x64__2p2nqsd0c76g0
- Subscription: Pro
- Sign-in method: ChatGPT account
- Codex Cloud/Web works with the same account and the same project.
Issue
After updating Codex Desktop for Windows, the app becomes a blank white window after ChatGPT login.
The app can show the login screen if I rename/disable auth.json, but after signing in with ChatGPT, it returns to a blank white window.
Steps to reproduce
- Launch Codex Desktop for Windows.
- The app opens to a blank white screen.
- Kill all
Codex.exeprocesses and restart Codex. - The blank white screen remains.
- Rename/disable
C:\Users\<user>\.codex\auth.json. - Launch Codex again.
- The login screen appears.
- Click "Continue with ChatGPT" and complete sign-in.
- After login, the app returns to a blank white screen.
Expected behavior
After ChatGPT login, Codex Desktop should show the project/task list and existing chats.
Actual behavior
After ChatGPT login, Codex Desktop shows only a blank white window.
What I tried
- Killed all
Codex.exeprocesses and restarted the app. - Checked the installed package version with PowerShell.
- Renamed/disabled
auth.json. - Confirmed that the login screen appears after disabling
auth.json. - Logged in again with ChatGPT.
- The app became blank white again after login.
- Ran Windows app "Repair".
- The issue did not change.
- I did not delete the entire
.codexdirectory. - I did not delete
.codex\sessions. - I did not reset the app data.
Important observations
- Codex Cloud/Web works with the same account and the same project.
- The same project can run tasks normally in the browser.
- This does not look like project or repository corruption.
- This looks related to the Desktop app post-login UI/profile/workspace/feature-flag state.
Previous related behavior before the white-screen issue
Before this update, Codex Desktop partially worked with Default permissions, but:
- Full Access could not send messages.
- Auto-review could not send messages.
- The "Set up agent sandbox" button looped back immediately.
- Pressing the sandbox setup button did not update
C:\Users\<user>\.codex\.sandbox\sandbox.log. - Older
sandbox.logentries showedcodex-windows-sandbox-setup.execompleted witherrors=[]and command-runner executions succeeded.
What steps can reproduce the bug?
- Launch Codex Desktop for Windows.
- The app opens to a blank white screen.
- Kill all
Codex.exeprocesses and restart Codex. - The blank white screen remains.
- Rename/disable
C:\Users\<user>\.codex\auth.json. - Launch Codex again.
- The login screen appears.
- Click "Continue with ChatGPT" and complete sign-in.
- After login, the app returns to a blank white screen.
Additional context:
- Codex Cloud/Web works with the same account and the same project.
- The same project can run tasks normally in the browser.
- I did not delete the entire
.codexdirectory. - I did not delete
.codex\sessions. - I did not reset the app data.
What is the expected behavior?
After ChatGPT login, Codex Desktop shows only a blank white window.
The app itself launches, and the login screen appears if auth.json is renamed/disabled. However, after completing ChatGPT login, the Desktop app returns to a blank white screen.
Killing all Codex.exe processes and restarting does not fix it.
Windows app "Repair" also did not fix it.
Additional information
- OS: Windows x64
- Codex Desktop version: 26.519.2081.0
- Package: OpenAI.Codex_26.519.2081.0_x64__2p2nqsd0c76g0
- Subscription: Pro
- Sign-in method: ChatGPT account
- Codex Cloud/Web works with the same account and the same project.
Before this white-screen issue, Codex Desktop partially worked with Default permissions, but:
- Full Access could not send messages.
- Auto-review could not send messages.
- The "Set up agent sandbox" button looped back immediately.
- Pressing the sandbox setup button did not update
C:\Users\<user>\.codex\.sandbox\sandbox.log. - Older
sandbox.logentries showedcodex-windows-sandbox-setup.execompleted witherrors=[]and command-runner executions succeeded.
6 Comments
on the same page. Any workaround?
I am experiencing the same issue on Windows. Codex Desktop opens to a blank white screen. Rebooting, reinstalling, and repairing/resetting the app did not fix it.
Found this in log
Update:
The issue has been resolved on my side.
Before the latest update fixed it, I was able to recover the Desktop app by repairing the local Codex runtime state with Codex CLI. The likely cause seemed to be a mismatch between the Codex Desktop GUI and the local app-server / primary runtime.
What I did:
extension-host.exechrome.bak_20260521_112533codex-primary-runtime.bak_20260521_112533CODEX_CLI_PATH.After this repair:
26.520.11634.0.131.0instead of the older0.128.0-alpha.1.remoteControl/status/readsucceeded.Cannot read properties of undefined (reading 'length'), no longer appeared in the latest logs.window ready-to-showandapp routes mountedwere also present.There were still minor warnings left, such as:
chrome@openai-bundledplugin cache lock warning.auth_elicitationfeature flag warning.However, the main issue appeared to be fixed after regenerating the runtime.
Important note:
Launching Codex Desktop from a shell/session that inherited an old
CODEX_CLI_PATHmay reproduce the mismatch. Launching Codex Desktop normally from the Start Menu was safer in my case.After the later official update, the issue also appears to be fixed normally for me.
I am leaving this here in case it helps others who hit a similar blank-screen / GUI-runtime mismatch issue on Windows.
Works for me. Thank you
Closing as resolved.