[BUG] Magic link fails with "unable to verify" unless opened in incognito window
Status Open
Reported on v2.1.183
Maintainer reply None cached
Activity 3 comments · opened Jun 21, 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?
Clicking the magic link in a regular browser window (with an active session) fails with "We were unable to verify you with this link." Opening the exact same link in an incognito tab works immediately.
What Should Happen?
Magic link works in a normal browser window
Error Messages/Logs
Steps to Reproduce
Steps to reproduce:
- Run
claudeand choose to log in via browser - Click the magic link from the email in a normal browser window
- See "We were unable to verify you with this link"
- Open the same link in an incognito window → succeeds
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.183 (Claude Code)
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
_No response_
3 Comments
the normal-window/incognito control is useful because it points toward pre-existing browser state rather than the email link itself. one paired capture would make the handoff much more decisive:
That splits stale session/site data from an extension interaction or a server-side link-consumption race. Please redact the magic-link token, cookie values, and auth response secrets before attaching anything publicly.
A compact browser-handoff template for preserving path, state, and the first failure signal is here: https://github.com/samelogic/assets/tree/master/resources/cant-reproduce-bug-report-template
Looks like this may be a duplicate of this issue. It can be caused by the ClearURLs extension, so if you disable that it will allow you to log in.
For clarification I don't use the ClearURLs extension.