I usually work on a a cluster using SSH, and it works perfectly. However, for some reason, it is not working and is showing this error.
Request ID: 0acdb8f3-2291-40b8-baf7-7138224d41ed
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
Tried the HTTP 2 disabling that did not work .
The issue I’m facing appears to be related to port forwarding. When I use antigravity on the same cluster ports, they are forwarded successfully. However, for some reason, on the cursor, they are not forwarded.
For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)
For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…
Additional Information
Add any other context about the problem here.
Does this stop you from using Cursor?
Yes - Cursor is unusable
Sometimes - I can sometimes use Cursor
No - Cursor works, but with this issue
The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!
hi @Rishabh_JHA. it appears you are running into issues with the agent in your remote SSH sessions. is it consistently broken (every request will stall with this error)? are your remote SSH sessions degraded in any other way? e.g are you able to open files and make edits?
I can perform other tasks like making change and running code, but the agent isn’t functioning properly. It works for about 10-15 minutes before encountering a connection error. It was working fine before I made the update yesterday. I’ve tried disabling HTTP2 and using only HTTP1, as suggested in one of the forum issues, but that didn’t help either. The problem only occurs when I go into a remote SSH session; otherwise, it works perfectly. This is an error that occurs in all my remote sessions.