Cursor Login Not working Sep 1 2026

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

  1. I open the Cursor app on my M5 MacBook Pro.
  2. I press login
  3. My browser open with my cursor account signed in and I hit “Continue”
  4. It succeeds and Mac popup that says that the browser wants to open the Cursor app appears
  5. I hit “Allow”.
  6. Nothing happens. I can not use my ultra subscription in the app so it is basically useless for me right now.

Steps to Reproduce

Operating System

MacOS

Version Information

Version: 3.18.25 (Universal)
VS Code Extension API: 1.128.0
Commit: 280eca2911f1774689696e5f1efa5a4f97a87af0
Date: 2026-08-31T23:08:02.261Z
Layout: Agent Window
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.291
OS: Darwin arm64 25.4.0

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey @Burak_Gundogdu, sorry you’re stuck. Your sign-in is completing on our side, but the app on your Mac isn’t checking back in to collect it. That’s usually a VPN (or its ad/tracker blocking), a proxy, or a firewall blocking the app’s connection, or “Allow” opening a different Cursor than the one you logged in from.

Try: quit Cursor fully (Cmd+Q), turn off any VPN / ad-blocker / proxy / firewall, confirm there’s only one Cursor in /Applications, then Log In again and click Allow.

If it still fails, two things will pin it down:

  1. In Terminal (we expect 404):
curl -sS -o /dev/null -w "%{http_code}\n" "https://api2.cursor.sh/auth/poll?uuid=test&verifier=test"
  1. Command Palette (Cmd+Shift+P) → Developer: Toggle Auth Debugging, click Log In again, then View → Output and paste the auth debug channel (strip anything token-like). Also tell me your Settings → “proxy support” value.