What is the solution of this , i am on
Version: 3.0.16
VSCode Version: 1.105.1
Commit: 475871d112608994deb2e3065dfb7c6b0baa0c50
Date: 2026-04-09T05:33:51.767Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0
Hey, it looks like there’s a transparent proxy somewhere on the network, even if the macOS proxy setting is turned off. Diagnostics literally says Streaming responses are being buffered by a proxy, so it could be at the router or ISP level.
Try disabling HTTP/2:
Open App Settings Cmd+,
Find HTTP/2
Turn on Disable HTTP/2
Fully restart Cursor
If that doesn’t help, add this manually to settings.json:
"cursor.general.disableHttp2": true
A few questions so we can narrow it down:
Is this a home network or a work corporate network?
Do you have anything on the router like Pi-hole, AdGuard, or a built-in firewall?