Hi @kevinn
I’ve now exhausted every local and network variable, and the evidence points clearly to a server/account-side issue.
WHAT I TESTED (none fixed it):
- Started a brand new chat, typed only “merhaba” — still fails. So it is NOT chat size.
- Completely uninstalled Cursor and deleted ALL local data (~/.cursor and ~/Library/Application Support/Cursor), then did a clean reinstall. Still fails.
- Ran Network Diagnostics: EVERYTHING passes, including Chat: Success and Agent: Success (streaming ‘foo’ tokens fine).
- Switched HTTP mode to HTTP/1.1 — no change.
- Tested on a completely different network (mobile hotspot) — same error.
- Firewall is OFF. No VPN, proxy, or custom DNS.
- Tried both GPT-5.5 and Auto model — identical failure on both.
CURRENT BEHAVIOR (intermittent):
It is not a hard 100% failure. Occasionally, through the Agent (not the IDE chat panel), the FIRST response succeeds — but it cannot continue: as soon as the agent loop continues (next turn / tool call / longer output), the stream stalls and dies. The IDE chat panel essentially never works. So the streaming session cannot be sustained.
WHAT THE LOGS SHOW (the key part):
On the failing requests, the stream opens but NO further token arrives from the server. Cursor’s own stall detector then aborts and retries in a loop:
[NAL client stall detector] Advisory stall detected - no activity for advisory threshold period
ConnectError: [aborted] aborted
Stream ended without turnEnded — connection likely dropped mid-stream; retrying
[AGENT_ERROR_DIAGNOSTICS] decision=RETRY (countAsServerError=true, countAsTransportError=false)
Note countAsServerError=true and countAsTransportError=false — Cursor itself classifies this as a SERVER error, not a transport/network error. The connection is healthy; the server accepts the request but stops producing tokens mid-stream.
IMPORTANT CONTEXT: Since the day I installed Cursor I have essentially never been able to complete a real chat/agent session — at best the first Agent reply lands and then it stalls. Meanwhile other members of my team use Cursor normally on the same team, same network.
Latest failing Request ID (privacy disabled): f8de476d-bc7a-462b-8d18-b4ce224fd4bb
Earlier failing Request IDs:
- 049b4e93-b905-4931-b637-c641ecc3b37f
- 42b6a0e3-2cc6-4f34-954d-70f27271711e
- 6839045a-8c01-47a1-8c9b-e1464f24c1ee
System: macOS (Darwin arm64 25.5.0), Cursor 3.7.42
Given that this is server-classified (countAsServerError=true), account-specific, and intermittent while teammates on the same team are fine, could you please investigate my account/user configuration on the backend? This does not appear to be anything fixable on my end.