Hey everyone, sorry for the delay on updating this thread.
The team is aware of the issue and it’s on their radar. There’s no timeline I can share yet, but every message here helps with prioritization. I collected new Request IDs from the thread and passed them along.
A few notes based on what users have reported since my last update:
Workarounds that helped some users (might not work for everyone):
- Reindex the project: Cursor Settings > Indexing & Docs > Delete and Reindex
- Disable HTTP/2: add
"cursor.general.disableHttp2": truetosettings.json, then restart Cursor - Check your cursor skills files: @Johannes_Claesson found the freeze was caused by incorrectly formatted
.cursor/skillsfiles where the frontmatter was missing thename:field. If you use skills, double-check the format. - Stop and continue: when it freezes, click Stop, then send continue in the same chat, or start a new chat with the same prompt.
- For users in mainland China: chatwater shared that enabling TUN mode in the proxy client and routing
*.cursor.shthrough the proxy, not justcursor.com, fixes the issue.
If none of this helps, please share:
- Request ID (top right menu in the chat > Copy Request ID)
- Cursor version
- OS
- whether it happens in an empty folder with a simple prompt like hello
@houshanren, about refunds, please contact our billing team at [email protected].
@f00z, a 10GB state.vscdb is definitely not normal and it can slow things down. Try this: close Cursor, find state.vscdb (usually in ~/.cursor/ or %APPDATA%/Cursor/), rename it or delete it, then restart. Cursor will recreate it. You’ll lose some local state like window positions, but it shouldn’t affect your projects.
@Naomi_Weiser, the fact it works locally on Ubuntu but not on Windows over a remote connection is a really helpful clue. That narrows it down to something in the remote or SSH chain. Are you using the Anysphere Remote SSH extension?
I’ll keep updating this thread as we make progress.