Network Error. The network freezes after several requests

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

The IDE cannot be used; after 2-3 requests to the agent, the network freezes, as shown in the screenshot. The only solution is to re-enter the editor.
I tried changing the HTTP mode - it doesn’t help.

Steps to Reproduce

Send 2-3 requests to the model

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Mac os: 14.16.1
Version: 2.3.29
VSCode Version: 1.105.1
Commit: 4ca9b38c6c97d4243bf0c61e51426667cb964bd0
Date: 2026-01-08T00:34:49.798Z (2 дней назад)
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 23.6.0

For AI issues: which model did you use?

All

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. I’m seeing Network Diagnostics showing slow DNS (3716 ms) and a proxy buffering error.

These symptoms are usually related to network configuration. Could you please check:

  1. Are you using a VPN, a proxy, or a corporate network?
  2. If you test on a mobile hotspot, does the issue still happen?
  3. Try switching DNS to Google (8.8.8.8) or Cloudflare (1.1.1.1): System Settings > Network > DNS
  4. What’s your ISP and region?

Similar issues were discussed here:

In some cases, changing DNS or disabling the VPN helped. Let me know the results of the tests.

  1. I use VPN

  2. No difference

  3. Didn’t notice any difference

  4. Germany

Thanks for the extra info. I see the issue is still happening even after the basic steps.

A few quick questions:

  1. Which VPN are you using exactly? (service name)
  2. When you tried “changing the HTTP mode”, did you switch to HTTP/1.1 or HTTP/1.0? Please explicitly set: Cursor Settings > Network > HTTP Compatibility Mode > HTTP/1.1 (not HTTP/2)
  3. Can you share a full screenshot of the Network Diagnostics results? Not just the error, but all tests
  4. Have you tried fully disabling the VPN and connecting directly through your home internet (not a mobile hotspot)?

Slow DNS (3 716 ms) and proxy buffering are usually related to the VPN or network setup. Some VPNs (for example, Tailscale) buffer Server-Sent Events, which breaks streaming. If HTTP/1.1 mode didn’t help, you may need to try a different VPN or run without it.

I’m experiencing a similar issue (I am using a custom API).
Not all chats are affected, but I get it randomly.

The cursor responds sometimes quickly, sometimes very slowly, and sometimes not at all. Once a chat is hung up, there’s no way to resume unless I start a new chat.

I’ve tried HTTP2, HTTP 1.1, and different networks, completely turned off the firewall, and didn’t use a VPN, but all to no avail.

One thing to clarify: the API endpoint works fine. Some tabs are working, but others aren’t. Generally, it’s quite random. But once it happens, the only way is to create a new chat.

I also checked the logs. There’s a request on the Cursor Dashboard (but the token is 0).

However, there are no requests from Cursor on the provider’s side.

This means: My PC → Cursor is OK.
The problem is coming from within the Cursor server.