Cursor totally broken after the last update

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Nothing works. The agents can’t do anything. They are stuck in planning next moves at the start of a chat.

Marketplace is failing to fetch in Cursor Settings > Network > Diagnotistics.

Can’t toggle private mode on|off. It is just stuck and it is disabled.

I tried signing out and restarting Cursor. Now I can’t sign back in. I login to my Cursor account in my browser and then click the ‘Yes, log in’ button to login to Cursor Desktop but nothing happens.

I’ve tried with my VPN connected and with it disconnected. Same results.

Steps to Reproduce

Have the following setup:

Version: 2.4.27
VSCode Version: 1.105.1
Commit: 4f2b772756b8f609e1354b3063de282ccbe7a690
Date: 2026-01-31T21:24:58.143Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Darwin arm64 25.2.0

Then launch Cursor and try to start a chat. It gets stuck in ‘Planning next moves’.

Expected Behavior

The agent should progress through its normal process and return text output to answer my prompt.

Operating System

MacOS

Version Information

Version: 2.4.27
VSCode Version: 1.105.1
Commit: 4f2b772756b8f609e1354b3063de282ccbe7a690
Date: 2026-01-31T21:24:58.143Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Darwin arm64 25.2.0

Does this stop you from using Cursor

Yes - Cursor is unusable

5 Likes

Mine is just not responding after the update. Stucked on the main page and after any action it just freezes and then crashes

1 Like

ME TOO

this is the third update this does this

1 Like

any luck so far?

Hey, thanks for the detailed report. I’m seeing a whole bunch of issues after the update, this is part of a broader problem with the latest release.

A few workarounds that helped other users:

  1. Clean reinstall (worked for many in this thread):
  • On Windows, use BCU (Bulk Crap Uninstaller) to remove everything completely
  • Or use the normal uninstall, then manually delete the .cursor folder
  • Reinstall from Download · Cursor
  1. Roll back to the previous version:
  1. Network/marketplace issue. Try:
  • Cursor Settings > Network > Run Diagnostics
  • If the marketplace is crashing, switch HTTP Compatibility Mode to HTTP/1.1 (Settings > Network)

For debugging, I’ll need:

  • The Request ID from the chat where the agent got stuck (chat context menu > Copy Request ID)
  • Output logs: Cmd+Shift+P > “Developer: Toggle Developer Tools” > Console tab. Send what shows up there when you try to log in

Let me know if the reinstall doesn’t help.

1 Like

same issue, im on macos with cursor 2.4.27. Cursor starts, then crashed & closed itself.

same here, http1.1 saids every thing fine but till canot reply from chat “planning next moves”

I am not an expert in this, be careful with implementing what i am about to share. I consulted chatgpt and solved the problem partially. It appeared that i had a deleted file as part of the workspace which caused an infinite loop inside cursor. And this helped me:
5. Fully reset the workspace

If Cursor is still freezing:

  1. Delete the entire workspace folder:

    AppData\Roaming\Cursor\Workspaces\<workspace-id>
    
    
  2. Launch Cursor again

  3. Open your project using:

    File → Open Folder
    
    

    (Do not reopen it from “Recent”)

This forces Cursor to open the project as a single-folder project, not as a workspace.

Dtill freezed. Then i tried to open another project in cursor and it opened without any problems and freezes. Then i tried openning the initial project again and it led to a logout. After i logged in - everything worked without freezing.

But now my chat history isnt loading. Everithing works and the history of chats is visible, but does not load. Still better then total freeze. And concerning the chat history - all the files of agent transcripts are in “C:\Users\User\.cursor\projects\\agent-transcripts”. So they are not lost. I sent an email to [email protected]. May ba they will help restore it.

The issues you are seeing are likely due to the 2.4.27 update. Try quitting VSCode and Cursor, clearing the app cache, and restarting. If it still does not work, roll back to the previous stable version or wait for a fix from Cursor.

My Cursor install is working again. I shut down my Mac yesterday evening and started it up fresh this morning for work. Everything seems to be fine now. I could log back in to my Cursor account on the app and the agent is responding to prompts.

When I use Cursor in Planning mode, the planning file freezes once it becomes moderately long. If I close and reopen it, Cursor deletes its contents. When I restore the file, it freezes again to the point where the IDE becomes unusable.

So my Cursor agent is again totally unresponsive again. This happened last weekend as well and I thought it may be due to the specific version but there appears to be something else going on.

Network diagnostics pass and my internet is running normally. Everything else on my MacBook is running fine. The Cursor agent is stuck on ‘Planning next moves’. This is the first time I opened Cursor this weekend. It worked fine all week.

This leads me to two potential sources of the issue:

  1. Cursor doesn’t work on the weekends.
  2. There is something Cursor doesn’t like about the codebase I’m working with.

The first one seems rather improbable to me. The second one seems worthy of exploration.

The codebase is an old Java codebase an old client has asked that I dig into with the desire to rebuild it into another language and eventually redeploy it.

It is the same codebase I opened in Cursor last weekend and Cursor immediately stopped working, and didn’t resume working until I fully rebooted my laptop.

Is there any way to identify if there is something with this codebase that causes the Cursor Agent to ‘crash’?