Chrome plugin does not work on Windows 11: node_repl js fails before browser connection
What version of the Codex App are you using (From “About Codex” dialog)?
26.616.41845
What subscription do you have?
Plus
What platform is your computer?
_No response_
What issue are you seeing?
Title:
Chrome plugin does not work on Windows 11: node_repl js fails before browser connection
Environment:
- OS: Windows 11
- Codex Desktop
- Chrome / Google Chrome plugin
- Scenario: trying to use the Chrome plugin or browser control capability
Error:
Chrome plugin / node_repl js fails before browser connection:
Mcp error: -32602: js: codex/sandbox-state-meta: missing field sandboxPolicy
Actual behavior:
The plugin fails before it connects to the browser. It looks like the MCP request metadata codex/sandbox-state-meta is missing the sandboxPolicy field, causing parameter validation to fail.
Expected behavior:
The Chrome plugin should start normally and connect to the browser. If sandboxPolicy is missing, there should either be a compatible default value or a clearer error message.
Notes:
This happens on Windows 11 before browser connection, so it does not look like a Chrome remote debugging port, browser version, or login-state issue. It seems more likely to be a metadata/protocol compatibility issue between Codex Desktop, MCP, and node_repl.
What steps can reproduce the bug?
trying to use the Chrome plugin or browser control capability
What is the expected behavior?
_No response_
Additional information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗