Hey, this is a known issue. The team is aware and actively looking into it. Here are a few workarounds that often help:
- Disable HTTP/2. Add this to
settings.jsonviaCtrl+Shift+P> Preferences: Open User Settings (JSON):
"cursor.general.disableHttp2": true
Then restart Cursor.
-
Reindex the project. Cursor Settings > Indexing & Docs > Codebase Indexing > Resync Index. In the megathread, this fully fixed it for some users.
-
Network diagnostics. Cursor Settings > Network > Run Diagnostics. Share a screenshot of the results here if the first two steps don’t help.
Also, if it freezes again, copy the Request ID right away (chat context menu in the top-right > Copy Request ID) and send it in that thread. That helps the backend team investigate.
Main thread for this issue: Taking longer than expected
Let me know how it goes.