codex - 💡(How to fix) Fix In-app browser reports offline during user handoff for login

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…

The Codex in-app browser can report that a page is offline during a user handoff for login, interrupting workflows where Codex opens a site and then waits for the user to authenticate manually.

Error Message

A screenshot is available locally, but it contains private login-screen information, so I am not attaching it publicly without redaction. The visible error text is the offline modal quoted above.

Root Cause

The Codex in-app browser can report that a page is offline during a user handoff for login, interrupting workflows where Codex opens a site and then waits for the user to authenticate manually.

RAW_BUFFERClick to expand / collapse

Summary

The Codex in-app browser can report that a page is offline during a user handoff for login, interrupting workflows where Codex opens a site and then waits for the user to authenticate manually.

Affected workflow

A Codex agent opens an arbitrary website in the in-app browser, reaches a login page, asks the user to log in manually, and then should wait until the user is authenticated before continuing. Instead, the in-app browser/page can show an offline banner during the login step.

Steps to reproduce

  1. In Codex desktop, ask Codex to open a website with a login flow in the in-app browser.
  2. Let Codex navigate to the login page and stop so the user can enter their login details manually.
  3. During the user handoff/login moment, interact with the login screen.
  4. Observe that the page can show an offline state.

Actual result

The in-app browser displays a site/app offline modal:

You are offline. Your changes will be saved when you are back online.

This blocks or disrupts the login handoff. The user reports this happens repeatedly at moments when they need to log in manually after Codex has opened the browser and paused.

Expected result

The in-app browser should keep pages online and stable while Codex waits for the user to complete login manually. After the user logs in, Codex should be able to resume work on the authenticated page.

Environment

  • Product: Codex desktop app with in-app browser
  • OS: macOS 26.2, build 25C56
  • Architecture: arm64
  • Date observed: 2026-05-12

Notes

A screenshot is available locally, but it contains private login-screen information, so I am not attaching it publicly without redaction. The visible error text is the offline modal quoted above.

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

codex - 💡(How to fix) Fix In-app browser reports offline during user handoff for login