Cursor AI chat not working at all after the aws incident

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Whenever I try to add something to cursor chat it doesnt respond , either stuck on generating and then it fails.
On the same IDE the Codex gpt chat is working fine.

Steps to Reproduce

Just open cursor , your project than type anything on the chat.

Expected Behavior

Chat not working.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.53 (system setup)
VSCode Version: 1.99.3
Commit: ab6b80c19b51fe71d58e69d8ed3802be587b3410
Date: 2025-10-20T19:15:58.572Z
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.26200

For AI issues: which model did you use?

Checked all models.

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report.

Problem: your network has an HTTP/2 proxy that’s buffering/blocking Cursor’s streaming responses.

Solution: disable HTTP/2 in Cursor

  • Press Ctrl + , to open Settings
  • Search for “HTTP/2”
  • Enable “Disable HTTP/2”
  • Restart Cursor

This forces HTTP/1.1, which works with your proxy/SSL inspection.

Let me know if this resolves the issue.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.