macOS ,登录 codex 的时候老是提示
Token exchange failed: token endpoint returned status 403 Forbidden
我看是回调到了
http://localhost:1455/auth/callback?code=ac_xxxxxx.yyyyy&scope=openid+profile+email+offline_access&state=xxxxxx
有老哥遇到过吗,求助
1
OBJECTION 7 小时 46 分钟前
https://github.com/openai/codex/issues/2414
要不看看这? 我是再 wsl 里面会失败,然后 issue 里面的方法是把 json 文件直接拷贝 你看看在其他机器上行不行 |
![]() |
2
jqknono 4 小时 54 分钟前
是不是从 vscode 远程登的, vscode 会 port forward, 找下远程设置的 ip, localhost 替换为远程 ip, 确保防火墙通的, 刷新就可以了. 另外可能要重启 vscode 才能看到效果.
|