Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,18 @@ net start winnat
netsh interface ipv4 show excludedportrange protocol=tcp
```

If ChatGPT login fails with `Token exchange failed ... 403 Forbidden: Country, region, or territory not supported`,
verify routing before retrying:

- Confirm proxy status is ready, including `needs_restart=false`.
- Confirm provider auth prep/split already completed.
- Ensure your system proxy / VPN setup (including TUN mode if needed) captures Codex App/WebView
login traffic, not only model provider traffic.
- Temporarily disable route/proxy switchers (for example `ccswitch`) that can override or split
login routing.
- Treat this as an OpenAI region/routing rejection during OAuth token exchange, which is separate
from third-party provider auth failures.

## Dashboard

Open:
Expand Down
Loading