[BUG] Login OAuth error: Request failed with status code 500 Press Enter to retry.
Status Fixed / completed
Maintainer reply None cached
Activity 13 comments · opened Apr 6, 2026 · closed Apr 6, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Please check this issue. I can not login over claude code
What Should Happen?
Login problem must be solved immediately.
Error Messages/Logs
Login
OAuth error: Request failed with status code 500
Press Enter to retry.
Steps to Reproduce
Login
OAuth error: Request failed with status code 500
Press Enter to retry.
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
v2.1.92
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
13 Comments
same here
https://status.claude.com/
<img width="1006" height="523" alt="Image" src="https://github.com/user-attachments/assets/be12ef64-3789-4e5f-bfb5-c86a2e59bfd3" />
The claude server is encounting problem now.
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
This outage instantly blocked a complex in-progress Claude Code session in VS Code, without warning. This is not only extremely disruptive but also means I cannot even see the session text any more, owing to the modal login window having caused it to vanish. A server outage should never instantly block a local session - terrible user experience.
Same problem. Can't login:
OAuth error: timeout of 15000ms exceeded@NeilTalbott same here, still in the middle of my projects, I don't know if it can hook my last projects as well earning my token value that lost in with it.
<img width="447" height="395" alt="Image" src="https://github.com/user-attachments/assets/efa2ec3e-5f6e-4d52-8872-3f862525ff85" />
same problem here
OAuth error: Request failed with status code 500, my productivity is decreasing :(Same here T_T;
Does anyone know what the problem is and when it will be resolved, also did anyone even get any warning about servers being down and is this problem only with claude code or?
@aahmedfahmii https://status.claude.com/#
<img width="2048" height="1326" alt="Image" src="https://github.com/user-attachments/assets/7753f317-5338-417d-8018-8a907163e3b8" />
it seems there are problems on their end, but still didn't get any news from them
I updated hardcoded 15000ms in two lines to 60000ms in
/opt/homebrew/lib/node_modules/@anthropic-ai/claude-code/cli.js. This seemed to help. YMMV:post(QA().TOKEN_URL,w,{headers:{"Content-Type":"application/json"},timeout:15000})andpost(QA().TOKEN_URL,w,{headers:{"Content-Type":"application/json"},timeout:15000})solved.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.