I’m experiencing a problem similar to what @Lucas_Minchillo reported. My Cursor desktop app is not working at all, and I’ve already tried deleting all local data and cache related to Cursor, but the issue persists.
When I attempt to log in:
The web login works fine and confirms that I’m logged in.
However, the desktop app still does not open and continues asking me to log in.
I’ve followed all troubleshooting steps I could find, including clearing %AppData%, %LocalAppData%, the cursor-updater folder, and registry entries. Despite this, I cannot access Cursor.
This is very frustrating and blocks me from using the app. Any guidance on how to resolve this would be greatly appreciated. @condor
hi @condor
I’ve checked the browser console during the desktop login approval flow and found relevant errors. Attaching a screenshot as well.
Key console messages observed:
“Tracking Prevention blocked access to storage”
This appears during the login approval step, which suggests cookies or localStorage needed for the auth nonce may be blocked between cursor.com and auth domains.
Multiple failed requests to: /next/static/chunks/*.js
returning net::ERR_ABORTED 500 (Internal Server Error)
“Refused to execute script because its MIME type is not executable”, likely caused by the 500 responses returning unexpected content instead of JS.
This seems consistent with the desktop login loop:
Web login completes successfully (“All set! Feel free to return to Cursor”)
Desktop briefly shows logged-in state
Immediately returns to Sign Up / Log In screen
I tested with:
Edge and Chrome
Normal and incognito mode
No VPN
Windows Defender only
Please let me know if you want me to provide desktop logs or test a backend/session reset.