Codex fails to apply edits - file system refresh error - editor bridge needs to recover - 01a03e08-918b-7251-a358-7e8353fead32

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

What version of the Codex App are you using (From “About Codex” dialog)?

26.820.60940

What subscription do you have?

ChatGPT Plus

What platform is your computer?

Windows 11 Home

What issue are you seeing?

Feedback ID: 01a03e08-918b-7251-a358-7e8353fead32

Getting numerous response messages that include 1 or 2 of the following:

  • The site audit is complete, but I couldn’t safely apply the redesign because the Codex workspace editor is failing with a filesystem refresh error. No files were changed.
  • Please retry this request after refreshing or reopening the Codex workspace; the editor bridge needs to recover before I can implement and visually verify it.
  • I couldn’t apply the code change because the workspace write helper repeatedly failed. No files or data were modified.
  • I couldn’t approve the records because the in-app browser control runtime failed to start due to a Windows sandbox error. Please restart Codex, reopen the page, and send the request again.
  • I couldn’t approve the records because the in-app browser control service failed to start due to a Windows sandbox setup error. No records were changed.
  • It appears to be a local Codex/Windows sandbox initialization issue, not a permission problem with the webpage or approval action.
  • The browser-control process failed before it could inspect the page, reporting: “Windows sandbox failed: setup refresh had errors.” Therefore, no approval attempt reached the application. Restarting the Codex app—or reopening the task—will likely reset the browser-control service.

What steps can reproduce the bug?

Simply using the ChatGPT UI. Nothing special that I know. In one conversation I am trying to control the in-app browser. In another I am simply asking Codex to make a style change.

What is the expected behavior?

I expect the in-app browser to be controlled all the time. It did it completely in 1 conversation, but has not been able to do it since that conversation.

I also expect Codex to be able to write changes to the filesystem without issue. I have done nothing to modify permissions, so why would it work on one conversation and fail on the very next conversation?

Additional information

I have 3 sibling folders set in the Project. I'm not sure why Codex has trouble finding code when the folders I want it to use are set in the Project settings. The folders were added with the Add folder button on the Project create/edit panel.

View original on GitHub ↗

2 Comments

github-actions[bot] contributor · 1 day ago

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

  • #40596
  • #40469
  • #40215
  • #39841
  • #40044

Powered by Codex Action

roydeanjr · 1 day ago

This is the Bug report created by ChatGPT Codex when I asked it to create one and submit it. The submission failed because of these failures
Title: Codex Desktop on Windows cannot start sandbox helper; exec_command, apply_patch, and browser control fail

Environment:

  • Product: Codex Desktop
  • OS: Windows
  • Workspace: local workspace with permitted writable roots
  • Shell: PowerShell
  • Date observed: August 24, 2026

Description:
Codex cannot start its Windows sandbox helper. Normal terminal operations and required apply_patch edits fail. Read-only terminal commands work only when explicitly escalated outside the sandbox. Browser control fails from the same underlying error.

Reproduction steps:

  1. Open a local project in Codex Desktop.
  2. Ask Codex to inspect and edit workspace files.
  3. Run a normal read-only command such as rg --files.
  4. Attempt to modify a file with apply_patch.
  5. Attempt to initialize browser control.

Observed result:
windows sandbox failed: helper_unknown_error:
setup refresh had errors

Related process error:
CreateProcess failed:
Rejected("Failed to create unified exec process:
helper_unknown_error: setup refresh had errors")

Browser-control failure:
node_repl kernel exited unexpectedly
kernel_status: exited(code=1)
kernel_stderr_tail:
windows sandbox failed: helper_unknown_error:
setup refresh had errors

Expected result:

  • Sandboxed terminal commands should start normally.
  • apply_patch should be able to edit files in configured writable roots.
  • Browser control should initialize successfully.
  • Escalation should not be required for ordinary read-only workspace commands.

Impact:
The agent can diagnose the project through escalated read-only commands but cannot implement requested changes because its required editing mechanism is unavailable. It also cannot submit the bug through the support website because browser automation crashes.

Data safety:
No project files or customer data were modified. No secrets or project contents need to be attached.