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

ThinkPad's 34-Year Run: From IBM 700C to Lenovo AI Workstations
ThinkPad has shipped continuously since 1992 under IBM and Lenovo, with visual continuity from the 700C to the 2026 P14s Gen 6 AMD that runs 70B LLM workloads locally.

Claude AI Reports Elevated Errors Across Multiple Platforms
Anthropic's Claude AI systems experienced elevated errors on claude.ai, Claude Console, and Claude Code on March 2, 2026. The company's status page and Reddit performance thread provide monitoring and community reports.
Transformer Language Model Runs Locally on Stock Game Boy Color
Andrej Karpathy's TinyStories-260K model runs on a stock Game Boy Color via a custom ROM, using INT8 fixed-point math and bank-switched cartridge memory for weights and KV cache.

RTX 4090 vs H100 for Fine-Tuning Llama-3-8B: A Cost-Performance Comparison
A developer tested fine-tuning Llama-3-8B on both an RTX 4090 and rented H100 instances. The 4090 setup cost $2,000 upfront and took 24 hours, while H100 rental cost about $80 and completed in 4 hours.