[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
8 Comments
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
I'm experiencing the same issue - The authorize button isn't working and I'm completely blocked from using claude code right now.
+1
+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
+2
<img width="977" height="693" alt="Image" src="https://github.com/user-attachments/assets/56f133a6-a3b5-46fc-9b0d-2a4db2a28627" />
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.
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.
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