[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_

View original on GitHub ↗

13 Comments

gwentey · 4 months ago

same here

Huweicai · 4 months ago

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.

github-actions[bot] · 4 months ago

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/44271
  2. https://github.com/anthropics/claude-code/issues/44266
  3. https://github.com/anthropics/claude-code/issues/44264

This issue will be automatically closed as a duplicate in 3 days.

  • If your issue is a duplicate, please close it and 👍 the existing issue instead
  • To prevent auto-closure, add a comment or 👎 this comment

🤖 Generated with Claude Code

NeilTalbott · 4 months ago

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.

rajeshgoli · 4 months ago

Same problem. Can't login:
OAuth error: timeout of 15000ms exceeded

Bartimaeus96 · 4 months ago

@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" />

ddowbnac · 4 months ago

same problem here OAuth error: Request failed with status code 500, my productivity is decreasing :(

JasonHoku · 4 months ago

Same here T_T;

aahmedfahmii · 4 months ago

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?

Bartimaeus96 · 4 months ago

@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

rajeshgoli · 4 months ago

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}) and post(QA().TOKEN_URL,w,{headers:{"Content-Type":"application/json"},timeout:15000})

mesutbicer · 4 months ago

solved.

github-actions[bot] · 4 months ago

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.