Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
I recently ran into this error while using Cursor:
An unexpected error occurred on our servers. Please try again, or contact support if the issue persists.
Request ID: fc61e6a2-b5e3-44d9-9ca0-774c081539cd
[internal] Failed to run step, exceeded max retries
The stack trace looked something like this:
runAgentLoop
streamFromAgentBackend
getAgentStreamResponse
At first I thought the problem was with my code, but it actually seems to be related to Cursor’s Agent execution failing internally. After trying several things, here are the fixes that worked.
Steps to Reproduce
In an empty project, no matter what message I send, it always shows the error:
“An unexpected error occurred on our servers. Please try again, or contact support if the issue persists.”
Operating System
MacOS
Version Information
Version: 2.6.11 (Universal)
VSCode Version: 1.105.1
Commit: 8c95649f251a168cc4bb34c89531fae7db4bd990
Date: 2026-03-03T18:57:48.001Z (10 hrs ago)
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin x64 24.6.0
Does this stop you from using Cursor
Yes - Cursor is unusable