When i am clicking the “Log In” button it redirects me to my browser firefox and i am log in into cursor but when i clicking “Continue to sign in” its redirects me back into the same page not into the cursor.
I have tried chromium, brave and all dont work.
I also tried right clicking and copying link but it dont work too.
Hey, on Linux the login flow works differently from macOS. There’s no cursor:// redirect back to the app. The browser is supposed to stay on the confirmation page, and the IDE completes the login in the background via polling. So what you’re seeing is expected, but the IDE should pick it up within a few seconds.
If it doesn’t, the most common fix is changing one setting:
cursor-bin from AUR is a community package, not an official one. If nothing helps, try the official build .tar.gz or AppImage from Cursor · Download. Sometimes community packages miss code-url-handler.desktop and related bits.
Let me know if that still doesn’t help. Next we can check logs via Help > Toggle Developer Tools > Console while you try to log in.
If clicking sign in on the website also does nothing, it looks more like a network block or strict browser privacy settings, not an IDE issue.
Try this in order:
Open cursor.com in an incognito or private window with extensions disabled, then try to log in there. If it still doesn’t work, it’s likely a network or browser issue.
Switch networks, for example share internet from your phone and try via a mobile hotspot. This helps confirm whether your ISP or DNS is blocking requests to our auth endpoints.
Check whether your browser is blocking third party cookies for cursor.com and authenticator.cursor.sh.
Open DevTools F12 in your browser, go to the Network tab, click the login button, then paste here:
which requests are sent and their status, especially 4xx or 5xx or failed
the Console tab red errors
Also tell me which country or region you’re connecting from, and whether you’re using a VPN or proxy. That helps rule out geo restrictions.