Cursor Hangs v2.6.14

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Just opened Cursor for the first time in a while. Said I had to update so I did. Updated to…

Version: 2.6.14
VSCode Version: 1.105.1
Commit: eb1c4e0702d201d1226d2a7afb25c501c2e56080
Date: 2026-03-08T15:36:54.709Z
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

Now I cannot get any chat agent to respond. Any and every request just hangs “Thinking” and/or grepping my project. It literally does nothing anymore.

Is there a known bug on this update?

Steps to Reproduce

Load Cursor. Use chat

Expected Behavior

I would expect it to reply. It never does

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.14
VSCode Version: 1.105.1
Commit: eb1c4e0702d201d1226d2a7afb25c501c2e56080
Date: 2026-03-08T15:36:54.709Z
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

For AI issues: which model did you use?

Auto

Additional Information

Not sure. It has just stopped working

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, this is a known issue. The backend is processing your requests successfully, but the responses aren’t showing up in the chat UI. Since you haven’t used Cursor in a while, your project index is probably out of date.

Try this first. It’s been the most effective fix:

  1. Reindex the project database: Cmd + Shift + J > Indexing & Docs > Reindex. Wait for it to finish, then start a new chat.

If that doesn’t help:

  1. Test in an empty folder: File > Open Folder > pick an empty directory, open a new chat, type “hello”. Does it respond?

  2. Disable HTTP/2: Add this to your settings.json (Cmd + Shift + P > Preferences: Open User Settings (JSON)):

    "cursor.general.disableHttp2": true
    

    Restart Cursor after.

  3. Run network diagnostics: Cursor Settings > Network > Run Diagnostics. Share a screenshot if anything looks off.

Related thread where reindexing fixed the same issue: Taking longer than expected

The team is aware of this type of issue. Let me know how it goes.

Hi, reindexing didn’t appear to do much in this case but disabling http2 and restarting seems to have freed it up. The diagnostics seem to all run well. Will report back if i have more issues

EDIT: Actually, I was wrong. It still just sits there and does nothing.

1 Like

When you say ‘reindex’ … do you mean ‘Delete Index’ and then ‘Compute Index’ … or do you mean ‘sync’ ?? There is no ‘reindex’ button in my settings > Indexing & Docs >

What is going on with this? Cursor is just broken!!

OK. I have moved onto getting nightly versions to see if I can actually get cursor to work. I have disabled http2 and started a fresh project. In the new project it actually briefly responded to something, started to write some very basic html and then just hung again

It finally managed to build an HTML page after just over half and hour! :smiley:

I see the issue still isn’t gone. I’ll reply step by step.

About reindex, yes, you need to click Delete Index, then Compute Index. This will rebuild the index from scratch. Wait until it fully finishes, then open a new chat.

The fact that it worked for a short time in an empty project on nightly, then froze again, is an important detail. Can you also try this:

  1. When the chat freezes, copy the Request ID: open the chat context menu icon in the top right, then select Copy Request ID. Send it here. This will help us narrow down what’s happening on the client side.

  2. Check network diagnostics: Cursor Settings > Network > Run Diagnostics.

  3. If you’re using a VPN or proxy, try without it.

This is a known issue and the team is aware. But we really need the Request ID for further debugging.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.