Skip to content

Troubleshooting

github-actions[bot] edited this page Jul 14, 2026 · 11 revisions

Troubleshooting

Canonical source: Troubleshooting.

Start with the complete error, its file path, and the command that produced it.

  • Credential-store errors: set cli_auth_credentials_store = "file" in $CODEX_HOME/config.toml.
  • No profiles: run codex-switch login or codex-switch import <path>.
  • Windows daemon access denied: use elevated PowerShell for install or uninstall.
  • Broken TUI in Git Bash: use Windows Terminal or PowerShell.
  • Mistaken deletion: stop the daemon and restore the newest matching directory from deleted-profiles/.

For network failures, rerun with --debug, then redact tokens, emails, account IDs, workspace names, and proxy credentials before sharing output.

Next steps

Clone this wiki locally