codex - 💡(How to fix) Fix Codex Mobile setup: Allow button is a no-op because app-server rejects `remoteControl/enable`

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

When I click the "Allow" button, the button visually clicks, but nothing happens. The setup screen does not progress, no QR/pairing flow appears, and no visible error is shown. 2026-06-05T01:23:28.697Z error [electron-message-handler] Request failed ... method=remoteControl/status/read ... 2026-06-05T01:23:28.697Z error [electron-message-handler] Failed to read remote-control status 2026-06-05T01:23:52.882Z error [electron-message-handler] Request failed ... method=remoteControl/enable ... 2026-06-05T01:23:52.883Z error [electron-message-handler] Failed to sync local remote control enablement Clicking "Allow" should enable remote/mobile control and advance the setup flow, or show a user-facing error if remote control cannot be enabled.

Root Cause

My case is different because the setup screen is visible and the "Allow" button is clickable, but it becomes a no-op because the running app-server rejects remoteControl/status/read and remoteControl/enable.

RAW_BUFFERClick to expand / collapse

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

Codex CLI/runtime: codex-cli 0.137.0 Global npm package: @openai/[email protected] Codex App version: unknown / not shown in this report

What subscription do you have?

ChatGPT Plus

What platform is your computer?

Microsoft Windows 11, Microsoft Windows NT 10.0.26200.0 x64

What issue are you seeing?

In Codex App on Windows 11, the Codex Mobile setup screen asks:

"Allow devices to control this computer?"

When I click the "Allow" button, the button visually clicks, but nothing happens. The setup screen does not progress, no QR/pairing flow appears, and no visible error is shown.

I checked the local Codex desktop logs after clicking the button. The UI appears to call remote-control methods, but the app-server rejects them as unknown methods/variants.

Relevant log lines:

2026-06-05T01:23:28.697Z error [electron-message-handler] Request failed ... method=remoteControl/status/read ... Invalid request: unknown variant remoteControl/status/read, expected one of ...

2026-06-05T01:23:28.697Z error [electron-message-handler] Failed to read remote-control status

2026-06-05T01:23:52.882Z error [electron-message-handler] Request failed ... method=remoteControl/enable ... Invalid request: unknown variant remoteControl/enable, expected one of ...

2026-06-05T01:23:52.883Z error [electron-message-handler] Failed to sync local remote control enablement

This looks like another desktop UI / app-server protocol mismatch: the Codex Mobile setup UI expects remoteControl/* methods, but the running app-server does not support them.

What steps can reproduce the bug?

  1. Open Codex App on Windows 11.
  2. Open Codex Mobile setup.
  3. On the screen "Allow devices to control this computer?", click "Allow".
  4. Observe that the button clicks visually, but the screen does not advance.
  5. Check Codex desktop logs and observe remoteControl/status/read and remoteControl/enable rejected as unknown variants.

What is the expected behavior?

Clicking "Allow" should enable remote/mobile control and advance the setup flow, or show a user-facing error if remote control cannot be enabled.

Additional information

Related but not exact:

  • #22733: Android waits for desktop / no incoming prompt
  • #25194: Windows app crashes when clicking Connect computer
  • #25322: stale remote-control listener / cached binary issue

My case is different because the setup screen is visible and the "Allow" button is clickable, but it becomes a no-op because the running app-server rejects remoteControl/status/read and remoteControl/enable.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING