Claude Code OAuth Login Timeout Bug on Windows

Claude Code, an AI coding assistant from Anthropic, has a confirmed bug preventing Windows users from logging in. The issue affects version 2.1.92 and causes complete login failure through Google OAuth authentication.
Bug Details
The bug manifests as an OAuth timeout error when attempting to log in on Windows systems. Users report the exact error message: OAuth error: timeout of 15000ms exceeded. This occurs consistently regardless of login attempts, effectively blocking all access to Claude Code on affected Windows machines.
Reproduction Steps
- Open Claude Code on Windows
- Start login using Google authentication
- Complete the sign-in flow in the browser
- Return to Claude Code
- Receive the OAuth timeout error
The issue reporter confirmed using Claude Code version 2.1.92 on Windows with WSL (Windows Subsystem for Linux). The bug was reported on April 6, 2026, and has generated significant discussion with 56 points and 35 comments on Hacker News, indicating it affects multiple users.
Impact
This is a blocking bug that prevents Windows users from accessing Claude Code entirely. The 15-second timeout occurs during the OAuth handshake process, suggesting either network configuration issues, firewall interference, or a bug in the authentication flow implementation specific to Windows environments.
For developers relying on Claude Code for AI-assisted programming, this represents a significant workflow disruption until Anthropic releases a fix. The issue is labeled as a bug in the GitHub repository but currently has no assignee or milestone for resolution.
📖 Read the full source: HN AI Agents
👀 See Also

Georgia Court Order Contains AI-Hallucinated Legal Citations
A Georgia Supreme Court appeal revealed a trial court order contained at least five citations to nonexistent cases and five more to cases that don't support their cited propositions, with the prosecutor's proposed order containing the same errors.

OpenClaw April Updates: A Month of Breaking Changes and Eroded Trust
OpenClaw's April updates show a pattern: new features and fixes shipped alongside critical bugs. Postinstall scripts deleting files, security holes, and broken skills erode confidence.

Fine-tuned Qwen3 Small Models Outperform Frontier LLMs on Specific Tasks at Lower Cost
Distilled Qwen3 models (0.6B to 8B parameters) matched or beat frontier API models like GPT-5, Gemini, and Claude on 6 out of 9 tasks including function calling and Text2SQL, with cost as low as $3 per million requests versus $378 for comparable performance.

Claude-Code v2.1.51: Security fixes, performance improvements, and new remote control feature
Claude-Code v2.1.51 adds a remote-control subcommand for external builds, fixes two security vulnerabilities in hooks, improves BashTool performance, and reduces context usage by persisting large tool results to disk at 50K characters.