Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Chat Completion issue. Not sending request.
Steps to Reproduce
chat.
Expected Behavior
sends chat to llm
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.7.46 (user setup)
VSCode Version: 1.99.3
Commit: b9e5948c1ad20443a5cecba6b84a3c9b99d62580
Date: 2025-10-14T01:21:46.830Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.19045
For AI issues: which model did you use?
4.5 Sonnet
For AI issues: add Request ID with privacy disabled
Doesn’t make it to post request id
Additional Information
Intermittent about 20 times in the last hour
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor
Hey, thanks for the report. This looks like a known intermittent connection issue on Windows. The most common fix is to disable HTTP/2:
- Open Cursor Settings
Ctrl + ,
- Search for “HTTP/2”
- Enable “Disable HTTP/2”
- Restart Cursor
If that doesn’t help, also try:
- Check MCP servers (if configured): Cursor has a limit of 80 tools. Disable any MCP servers you’re not using.
- Run network diagnostics: Cursor Settings → Network → Run Diagnostics
- Check firewall/antivirus: Windows may need to re-allow internet access for the updated app version
- Switch DNS to Google/Cloudflare: Settings → Network & Internet → Ethernet (or Wi‑Fi) → Click your connection → Edit (next to DNS) → Manual → IPv4 (On) →
Preferred DNS: 8.8.8.8 or 1.1.1.1
Alternate DNS: 8.8.4.4 or 1.0.0.1
→ Save
Let me know if disabling HTTP/2 fixes it. If the issue persists, please share any error messages so we can investigate further.