Codex extension 0.4.69 doesn't work with code-server (persisted-atom sync failure)
Resolved 💬 14 comments Opened Feb 2, 2026 by sanchomuzax Closed Feb 12, 2026
💡 Likely answer: A maintainer (etraut-openai, contributor)
responded on this thread — see the highlighted reply below.
Environment
- code-server version: 4.107.1 (VSCode 1.107.1)
- Codex extension version: 0.4.69 (broken), 0.4.68 (works)
- OS: Debian 13 / Raspberry Pi 5 (ARM64)
- Node.js: v20.19.6
Problem
Codex extension 0.4.69 fails to load in code-server with this error in logs:
[error] [persisted-atom] host did not respond to sync request; continuing with legacy state only
The sidebar shows a loading spinner indefinitely.
Workaround
Downgrading to version 0.4.68 resolves the issue:
code-server --install-extension openai.chatgpt@0.4.68
Additional context
The extension activates successfully
Login works (verified via CLI)
The issue is specific to code-server, desktop VSCode works fine
---
Sources:
- Similar sidebar issue #7925 - reverting version fixed it there too
14 Comments
Thanks for the bug report. I'm kind of surprised this ever worked. We don't test for this use case. I'll see if it's easy to fix.
+1; just getting this today after updating to 0.4.69 using code-server
I’m experiencing the same issue on v0.4.71. I’ve downgraded to v0.4.68 and will stay on that version until a fix is released.
Thanks a lot for your work on this!
+1 I just discovered there's a related issue, which caused me to accidentally create a new topic, as I couldn't find any other posts with the same problem. I searched again and found that it already exists. Hope this issue is resolved soon, thank you.
Unfortunate timing for this to break, with gpt-5.3-codex now being available. Code-server is my primary IDE.
Same issue for me, window doesnt load in any version after v0.4.68.
Same issue as well for me!
code-server: v4.108.2
Code: 1.108.2
Codex extension version: 0.4.69, v0.4.71
Same issue for me.
Only Code-server is not working; VS Code works normally.
Having the same problem. Sorry for raising a duplicate issue 😄
The problem occurs because of the enhanced verification of webview message. Since 0.4.69, codex backend(node) verifies webview message with origin, which is incompatible with code-server.
I made a simple patch script with codex to replace
getTrustedMessageForViewwith non-verification function. This works well with 0.4.69-0.4.73, but maybe this can be vulnerable, so use with caution. You should install nodejs to run this script.The raw content is here :
Hi all! We have just released version
0.4.74which should contain fix for code server. Please let us know if you are still seeing the issue. Thanks!Confirmed the "spinner" problem is solved, however, did 5.3-codex disappear in 0.4.74?
edit: 5.3-codex just reappeared, thanks!
Its wotking fine, thanks!
<img width="1261" height="860" alt="Image" src="https://github.com/user-attachments/assets/182ee7a5-e90b-4531-abe5-e87c005ac0f8" />
Works for me too, great :)