Persistent "An unexpected error occurred" on Agent chat — even in brand new chat

Hi Cursor team,

I’m experiencing a persistent error when trying to send messages in Agent mode. This happens consistently across multiple attempts, including:

  • The original long conversation
  • A Forked copy of that conversation (context still full at 91%/232K tokens)
  • A completely new, empty chat with no prior history

Even in the brand new chat (just typing a short first message), I get the same error immediately.

Error message: “An unexpected error occurred.”

Request IDs collected (multiple attempts, same issue):

  • 4095894e-ba98-4291-8782-af284e2a7387
  • 189e14e1-4a6c-4ff2-b9db-559dfbbca8d8
  • 4f560775-f81d-4c79-b6a0-7a6452e91749
  • 7f06a203-6255-4f60-9c0f-9873b8f888db

What I’ve already tried:

  • Checked my internet connection (other sites work fine)
  • Checked status.cursor.com — showed “All Systems Operational” today, though there were incidents affecting Cloud Agents & Automations yesterday (Aug 5)
  • Restarted the Cursor app
  • Forked the conversation to reduce context
  • Started a fresh New Chat (still fails immediately)
  • Model set to “Auto”

Environment:

  • Repository: local project (“mymy test”)
  • Mode: Agent

Could you please help investigate what’s causing this? Happy to provide more details/logs if needed.

Thank you!

Hi there!

We detected that this may be a bug report, so we’ve moved your post to the Bug Reports category.

To help us investigate and fix this faster, could you edit your original post to include the details from the template below?

Bug Report Template - Click to expand

Where does the bug appear (feature/product)?

  • Editor, Tab & Chat (autocomplete, Composer, in-editor agent)
  • Terminal & commands
  • Models, pricing & API keys (availability, Auto/Max, BYOK/Bedrock)
  • MCP & tools
  • Cloud Agents & Automations (cursor.com/agents, scheduled/event)
  • BugBot & Code Review
  • Cursor CLI
  • Cursor Mobile
  • Remote (SSH / Dev Containers / WSL)
  • Account, billing & login
  • Something else…

Describe the Bug
A clear and concise description of what the bug is.


Steps to Reproduce
How can you reproduce this bug? We have a much better chance at fixing issues if we can reproduce them!


Expected Behavior
What is meant to happen here that isn’t working correctly?


Screenshots / Screen Recordings
If applicable, attach images or videos (.jpg, .png, .gif, .mp4, .mov)


Operating System

  • Windows 10/11
  • MacOS
  • Linux

Version Information

  • For Cursor IDE: Menu → About Cursor → Copy
  • For Cursor CLI: Run agent about in your terminal
IDE:
Version: 2.xx.x
VSCode Version: 1.105.1
Commit: ......

CLI:
CLI Version 2026.01.17-d239e66

For AI issues: which model did you use?
Model name (e.g., Sonnet 4, Tab…)


For AI issues: add Request ID with privacy disabled
Request ID: f9a7046a-279b-47e5-ab48-6e8dc12daba1
For Background Agent issues, also post the ID: bc-…


Additional Information
Add any other context about the problem here.


Does this stop you from using Cursor?

  • Yes - Cursor is unusable
  • Sometimes - I can sometimes use Cursor
  • No - Cursor works, but with this issue

The more details you provide, the easier it is for us to reproduce and fix the issue. Thanks!

Where does the bug appear (feature/product)?
Cloud Agents & Automations (cursor.com/agents) — also occurs in regular Editor Chat/Agent

Describe the Bug
I get “An unexpected error occurred” every time I try to send a message in Agent chat. This happens consistently — in a long existing conversation, in a Forked copy of it, and even in a brand new empty chat with no prior history. The error appears immediately after sending, even for very short test messages.

Steps to Reproduce

  1. Open Cursor and start (or continue) an Agent chat session
  2. Type any message (with or without file/image attachments)
  3. Click send
  4. Error “An unexpected error occurred” appears immediately, sometimes preceded by “Reconnecting…”
  5. Clicking “Try again” produces the same error with a new Request ID
  6. Creating a brand new chat and repeating steps 2-4 still fails

Expected Behavior
The message should be sent and the Agent should respond normally, as it did before this issue started.

Screenshots / Screen Recordings

**
Operating System**
Windows 11 Pro

Version Information

IDE:
Version: 3.14.27 (user setup)
Build date: Aug 4, 2026, 12:29 PM

For AI issues: which model did you use?
Auto

For AI issues: add Request ID with privacy disabled
Request ID: 4095894e-ba98-4291-8782-af284e2a7387
Request ID: 189e14e1-4a6c-4ff2-b9db-559dfbbca8d8
Request ID: 4f560775-f81d-4c79-b6a0-7a6452e91749
Request ID: 7f06a203-6255-4f60-9c0f-9873b8f888db

Additional Information
Checked status.cursor.com — showed “All Systems Operational” today (Aug 6). However, there were resolved incidents affecting “Cloud Agents & Automations” and “Anthropic models” the day before (Aug 5). This issue may be a lingering effect from that. I also tried Forking the conversation (thinking it was a context-length issue at 91%/232K tokens), but the fresh New Chat still failed the exact same way, which rules out context length as the cause.

Does this stop you from using Cursor?
Yes - Cursor is unusable

Hey, thanks for the detailed report with the Request ID, that helps a lot. From what I can see, the requests are failing before they ever reach our servers, so this looks like something on the client side or somewhere on the network path. The fact that even a brand-new empty chat fails instantly supports that, it is not related to context length.

A couple things to try right now:

  1. Open App Settings Ctrl+Shift+,, find HTTP/2, and enable Disable HTTP/2. On corporate networks, VPNs, or proxies in Japan, this is a common cause where chat traffic gets blocked but everything else still works.
  2. If you are using a VPN, proxy, or corporate network, try temporarily without them.

To dig deeper, can you share:

  1. Does the error show up instantly under 1 second or after a short pause?
  2. The output from Cursor Settings > Network > Run Diagnostics.
  3. Open Help > Toggle Developer Tools > Console tab, send a message, and see if any red errors appear, especially a line like No resource accessor found for composer. Please send a screenshot.
  4. Which email is the Cursor app logged into the account icon in the bottom left? I want to make sure we are looking at the right account.

If you see No resource accessor found for composer in the Console, there is a proven workaround. Close Cursor and launch it with a clean profile using the --user-data-dir flag, pointing it to a new empty folder, then open the real project. Let me know how it goes.