Remote project picker cannot load folders on connected SSH host

Open 💬 0 comments Opened Jul 7, 2026 by Ashley-King

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

26.623.141536 (4753) Remote app-server in logs: 0.142.5

What subscription do you have?

ChatGPT Pro

What platform is your computer?

25.4.0 arm64 arm

What issue are you seeing?

I connected Codex App to an SSH host named <remote computer> The connection succeeds.

The logs show:

remote-ssh-discovered:<remote computer>=connected
remote app-server version: 0.142.5

When I create a new Remote project and enter an existing folder, such as /Users/<remote computer>, the folder picker shows:

Unable to load this folder

The form also shows:

Choose an existing folder on this remote host.

The Add project button stays disabled.

I checked the logs around 2026-07-07 13:04 UTC. I do not see a normal fs/readDirectory or fs/getMetadata request for that folder at the time the picker fails.

The installed app bundle shows the modal calls remote-workspace-directory-entries. That handler should stat and read the remote folder. It looks like that lookup fails or does not reach the normal app-server directory-read path.

What steps can reproduce the bug?

Feedback ID: 019f3cac-0a3a-7e62-a398-a0e2b783e011

What is the expected behavior?

Codex lists the remote folder contents and enables Add project.

Additional information

Steps to reproduce:

  1. Open Codex App on mac, latest OS
  2. Add or select an SSH remote host.
  3. Confirm the host shows as connected.
  4. Create a new project.
  5. Choose Remote.
  6. Select the SSH host.
  7. Enter an existing remote folder path
  8. Watch the folder picker.

Expected: Codex lists the remote folder contents and enables Add project.

Actual: Codex shows "Unable to load this folder" and disables Add project.

View original on GitHub ↗