[Windows App] ChatGPT Project collection shows only Retry after direct navigation or reload
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
Summary
In the Windows Codex app, opening the ChatGPT Project collection URL directly or reloading it can leave the built-in browser with only a Retry button. The same Project loads successfully when reached by clicking the Project link from an already loaded chat.
Environment
- Codex app: 26.901.6511.0
- Built-in browser: ChatGPT web tab
- Windows
- Project URL: a ChatGPT Project collection (private URL omitted)
Reproduction
- Open a working ChatGPT conversation inside a Project in the Codex built-in browser.
- Navigate to the Project collection page, or reload the collection page.
- The page becomes blank and shows only
Retry; retrying does not recover it. - Navigate back to the working conversation and click its
Open projectlink. - The same Project collection loads, showing the chat list and new-chat composer.
Observed behavior
A direct/reload navigation fails, while an in-app link navigation succeeds. The Codex desktop log records the browser sidebar reaching dom-ready for the Project URL, but the page exposes only the Retry button. No network, certificate, or authentication failure was found in the available logs.
Expected behavior
Project collection pages should load consistently on direct navigation, reload, and in-app link navigation. If initialization fails, the page should expose an actionable error instead of only Retry.
Additional evidence
The browser console exposed a MutationObserver TypeError during diagnostics, but the same error was also present after a normal chat loaded successfully, so it may be incidental. The failure is reproducible specifically on the Project collection full-load path.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Windows Codex built-in browser's full-load path for ChatGPT Project collection pages, reproducing both direct/reload navigation and navigation from an already loaded chat. Use the desktop log around the browser sidebar's dom-ready event and compare the two paths; done means the collection loads consistently or exposes an actionable error instead of only Retry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100