Browser Use cannot discover Codex In-App Browser backend
Open 💬 6 comments Opened Apr 24, 2026 by moksha-z
Title:
Browser Use cannot discover Codex In-App Browser backend
Environment:
- Codex desktop app
- macOS
- Browser Use plugin: openai-bundled/browser-use/0.1.0-alpha1
- Backend requested: iab
- Date: 2026-04-25
Issue:
When using the Browser Use skill to open any URL in the Codex in-app browser, the runtime fails before navigation.
Tried URLs:
Expected:
Browser Use should connect to the current Codex in-app browser tab and navigate to the requested URL.
Actual:
The Node REPL call:
setupAtlasRuntime({ globals: globalThis, backend: "iab" })
fails with:
Failed to connect to browser-use backend "iab". No Codex IAB backends were discovered.
Notes:
- The Browser Use plugin is enabled.
- The in-app browser can be opened manually with Cmd + Shift + B.
- The failure happens before any page navigation.
- This appears to be an IAB backend discovery/registration problem, not a website-specific problem.
6 Comments
I think I have identified the issue and have a work around until it is fixed.
https://github.com/openai/codex/issues/19423#issuecomment-4317666215
I've encountered this problem as well.
same
Same issue, here is the feedback id: 019dd488-81d1-7ce1-affe-9aed15ace538
I can reproduce this as well, with the following environment:
openai-bundled/browser-use/0.1.0-alpha1iabRepro steps:
browser-useskill to callsetupAtlasRuntime({ globals: globalThis, backend: "iab" }).Actual result:
Failed to connect to browser-use backend "iab". No Codex IAB backends were discovered.Expected result:
Browser Use should connect to the current Codex in-app browser and start navigating.
Additional notes:
iabbackend discovery still fails.Same issue. I consistently can replicate the issue in any chat after compact. Feedback id:
019e0081-d220-7173-a272-9daf9e0783cf