Codex Mobile only shows projects with recent chats
What variant of Codex are you using?
App / Codex Mobile through the ChatGPT mobile app, connected to Codex Desktop / Remote Control.
What happened?
Codex Mobile does not show all projects that are visible in Codex Desktop. Logging out and back into the ChatGPT mobile app refreshes the list, but the refreshed list still only appears to include projects that have recent chats/threads.
Projects that exist in Desktop Codex but do not have recent chats remain hidden on mobile.
Expected behavior
Codex Mobile should list all projects available to the connected Codex Desktop account/workspace/host, not only projects that happen to have recent thread activity.
Actual behavior
The mobile project list appears to be hydrated from a recent chats/threads feed instead of the full project inventory:
- Codex Desktop shows multiple projects.
- ChatGPT mobile app / Codex shows only a subset of those projects.
- Logging out and back into the mobile app makes some missing projects appear.
- The projects that appear after login are the ones with recent chats.
- Projects without recent chats remain missing from the mobile project list.
Why this seems related to existing issues
This looks closely related to #18640, where the Desktop sidebar/project history appears to depend on a global recent thread/list page rather than project-scoped loading. The mobile behavior seems like the same class of bug, but from the Codex Mobile project selector: project visibility appears coupled to recent thread presence.
It may also be adjacent to #22748, but this is not just about pinned projects/threads. The affected projects exist in Codex Desktop and should be selectable on mobile even when they do not have recent chat activity.
Workarounds observed
- Logging out and back into the ChatGPT mobile app can refresh the visible list, but only for projects with recent chats.
- Creating/opening a recent chat in a previously missing project may make that project eligible to appear on mobile.
Additional information
I can provide screenshots/app versions if helpful. The most important repro detail is that mobile visibility seems correlated with recent chat activity, not with whether the project exists in Desktop Codex.
13 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
+1 Also see this behavior. I did remove some archived sessions from mac side (the codex app lacks a good cleaning pattern) and it may of had some.downstream impacts behaviors etc
Same problem
I'm also missing chats from projects that are already opened
Issue on android here
same for me. sometimes renaming the chat helps
Forked chats from the APP are also not shown inside the Codex Mobile App.
I'm experiencing nearby Issue but the oppposite.. Android Codex mobile...
I cannot see recent sessions... only like 20 hours - 2 days and earlier...
Desktop Codex shows all sessions.
yes the same for me, this makes codex mobile useless at the moment
The pattern in the later comments makes this look broader than a single stale mobile cache:
A useful product-side diagnostic might be to compare the mobile project/thread source against the app-server
thread/listbehavior and explicitly test these cases:If mobile is hydrating from a recent-thread feed, the fix probably needs to decouple project visibility from recent thread activity, then layer recent threads as metadata on top of the full project list.
working again with the latest chatgpt beta version on android
Hey all, was able to figure out a fix (well codex was)
Please excuse the slop cannon but just give this to codex and things should fix
Codex Mobile Control Sync Bug
Date fixed: 2026-05-27
Symptom
Codex Desktop was working normally, and ChatGPT mobile showed the desktop as connected, but mobile Codex did not show the current desktop Codex chats/threads.
The desktop and mobile apps were signed into the same account, so this was not an account mismatch.
Root Cause
The issue was stale desktop-side remote-control enrollment state.
ChatGPT mobile can show a green connected desktop while still being attached to an old Codex remote-control environment. Clearing the mobile app cache or reinstalling ChatGPT does not fix this, because the stale identity is stored on the Mac side.
Related GitHub issue:
https://github.com/openai/codex/issues/24749#issuecomment-4554721854
Local Evidence
The Mac had the same state described in the GitHub issue:
~/.codex/state_5.sqlitecontained theremote_control_enrollmentstable.~/.codex/.codex-global-state.jsoncontained remote-control identity keys.Relevant keys:
Backups Created
Before making changes, backups were created under:
The backup included:
Fix
The important part is that Codex Desktop must be fully quit before clearing the desktop remote-control state. If Codex is still running, it can restore the stale IDs from memory.
Run this from Terminal:
After Codex reopens, reconnect/re-pair Codex mobile control from ChatGPT mobile.
Result
After the desktop remote-control environment was reset and Codex was reopened, ChatGPT mobile showed the current Codex desktop threads again.
Do Not Delete
Do not delete:
That file contains Codex authentication state and is not part of this stale remote-control enrollment fix.
Rollback
If needed, restore from the backups in:
The SQLite backup can be copied back to:
The global state backup can be copied back to:
Only do rollback while Codex Desktop is fully quit.
I think this is fixed now.