Authentication is not Happening in Runpod #19950
Unanswered
aniket-professional2025
asked this question in
Q&A
Replies: 1 comment
-
|
RunPod is a remote/headless environment, so the normal browser login can fail if the OAuth callback cannot get back to the CLI. I would try device-code login first: codex logout
codex login --device-authThen open the URL in your browser, sign in, and enter the one-time code. A couple of important checks:
Relevant docs: https://developers.openai.com/codex/auth#login-on-headless-devices |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a project and thats why I need to install codex in Runpod Terminal. I am able to install it and start it using the code 'codex'. However, I am using the codex account of another one. Not mine
When the codex tells to sign in, I click the with account, get a link, enter the mail, password as requested. Clicking it accepts the password, but the verification does not happen.
How to solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions