[BUG] Claude auth 15s timeout too short--authorization page takes >15s to even load

Status Open
Maintainer reply None cached
Activity 8 comments · opened Mar 11, 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?

Claude auth login for pro subscribers is taking >15s to load and complete auth, leading to the inability to oauth

What Should Happen?

Claude should wait until oauth flow is complete or provide more reasonable timeout

Error Messages/Logs

OAuth error: timeout of 15000ms exceeded

Steps to Reproduce

/login
# open link
Claude takes ~5 to load auth, >10 seconds to authorize
Oauth fails
OAuth error: timeout of 15000ms exceeded  

Claude Model

Sonnet (default)

Is this a regression?

Yes, this worked in a previous version

Last Working Version

Not sure

Claude Code Version

v2.1.72

Platform

Anthropic API

Operating System

Ubuntu/Debian Linux

Terminal/Shell

Other

Additional Information

zsh, remote ssh VS code session tunnel from MacOS

View original on GitHub ↗

8 Comments

github-actions[bot] · 5 months ago

Found 3 possible duplicate issues:

  1. https://github.com/anthropics/claude-code/issues/33213
  2. https://github.com/anthropics/claude-code/issues/33214
  3. https://github.com/anthropics/claude-code/issues/33217

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

ripcord114 · 5 months ago

I'm experiencing the same issue - The authorize button isn't working and I'm completely blocked from using claude code right now.

ashkanrdn · 5 months ago

+1

danmirman · 5 months ago

+1 - this is also not limited to linux/ubuntu and persists across vscode extension and CLI. completely unable to use claude code at the moment

timujinne · 5 months ago

+2

<img width="977" height="693" alt="Image" src="https://github.com/user-attachments/assets/56f133a6-a3b5-46fc-9b0d-2a4db2a28627" />

ripcord114 · 5 months ago

I just need to say this - Claude Code is awesome! Hands down an incredible piece of technology. But it's inconsistent and not as quick as the other LLMs I use. All the new tools you're rolling out are great, but more than anything I would prefer just faster and less buggy responses. It just needs to be snappier.

octavieploye · 5 months ago

same issue here,same symptoms: In some attempts, the OAuth page does generate an authorization code, but Claude Code times out before I can copy and paste it back into the terminal.

When I finally paste the code, Claude Code has already printed a timeout error (for example, OAuth error: timeout of 15000ms exceeded) and rejects the code as if the flow had expired.

teoobarca · 5 months ago

I don't think this is an issue of timeout being low but rather when the timeout expires then it loads, because it has nothing to load. This issue lays somewhere else