When opening Cursor the developer tools console is full of error logs. Subsequent attempts to chat in Ask mode (and any mode) result in additional Connection Failed problems and Cursor is inoperable for AI chat intent.
High Level: Cursor inoperable and repeated Connection Errors.
Steps to Reproduce
Open Cursor,
Open Developer Tools > Console
Screenshot first load/run Console Errors
create new chat, type “tell me about the first README.md you find”
Response “The connection stalled. Please try again.”
Screenshot chat failure Console Errors
Note that different chat modes return different Console Errors
Expected Behavior
I do not know if errors in logs are “normal”, but the chat started failing a week ago last Thursday the expectation is normal Ask, Plan, Agent operation.
For AI issues: add Request ID with privacy disabled
Request ID: 3f272a5f-69bb-420d-b0bd-6af6e1a9ae4c
Connection stalled
LTe: Connection stalled
at rpf (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9096:4764)
at fva.run (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9096:8170)
at async Hyt.runAgentLoop (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:34196:57047)
at async Zpc.streamFromAgentBackend (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:34245:7695)
at async Zpc.getAgentStreamResponse (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:34245:8436)
at async FTe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9170:14575)
at async Object.Ei [as onSubmit] (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32994:3808)
at async vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32968:59730
Additional Information
Network Settings:
HTTP/1.0 (toggled all modes and restarted between, this is lowest mode)
CloudFlare VPN disabled
WiFi Disabled - Connected to LAN
1 TB available space on disk
Note: this coincidentally started when I appeared to run out of credit for the billing period. I am now on “On Demand billing” and the IDE is still not functional.
Hey, looks like you partially fixed the problem, but let’s fully sort it out.
What you did (downgrade or upgrade) helped because it reset a corrupted workspace cache. That’s why old chats are now missing, that’s a side effect of the reset.
Known fix (if it comes back):
Instead of reinstalling, just rename the project folder in Finder (MyProject → MyProject_v2) and reopen it in Cursor. This resets the local index without wiping the whole app history. Details: Connection error, again and again - #3 by deanrie
About the console errors:
OTLPExporterError is a known telemetry issue, it does not affect functionality
Extension Host UNRESPONSIVE / Composer Extension host became UNRESPONSIVE the team is aware
These errors look scary, but most of them are just logging noise
About the app creation date (1980-01-01):
That’s a packaging artifact, not a bug.
If Connection Stalled comes back:
Try the folder rename workaround
If that doesn’t help, go to Cursor Settings > Network > Run Diagnostics (send a screenshot)
Help > Toggle Developer Tools > Console. If you see red errors when sending a message, let me know
About the Git permissions issue, that’s separate. Can you describe exactly what’s not working?
To be clear, old chats are NOT missing, they are simply not able to be continued or iterated on.
I do NOT want a scenario where I lose the old chats from the UI for visibility and historical reference purposes.
And from what I had read on resolutions to this software defect, changing the directory name will certainly make me lose my chat history. When I first started using Cursor I made a directory name change, lost my chat history and had to develop a python script to query the prior chat database to extract chats into a directory as MD files. Not sure which scenario is worse, IMO having to do work to recover is worse.
So where I sit currently, what I did hobbles me but does not cripple me. What you are proposing cripples me. If that is not the case, please me more specific on what I can expect with your proposed solution. If I lose my chat history can I rename the directory back to the prior name and get it back?
I would also contend that the application build date of MS-DOS Epoch smells like a bug. There is no scenario in my history as a software PM and Dev lead where that would have passed QA. It looks suspicious and potentially malicious not to mention can lead to a number of actual application failures including antivirus quarantine, signature rejection, auto-update failure, and backup failure to name a few. I am not an expert in contemporary mac build systems, simply harkening back to real-world experience.
I will resolve the GIT issue in another thread should it be necessary.