4 days of trying to fix Provider Error issue

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Composer 1.5 /Auto on the first prompt of a brand-new chat, the DevTools console consistently shows:

an [otel.error] message (OTLPExporterError / NO_STORAGE privacy mode), and

repeated warnings such as [composer] No first token received within 2s/4s/6s/…

Then after 5 to 6 prompts later I get a Provider Error every single time I run a prompt. At this point the chat is unusable.

Steps to Reproduce

Symptom pattern:

New chats may work briefly
After sustained use / more context, Composer starts stalling (“No first token…”) and then fails with Provider Error / resource_exhausted

Expected Behavior

Composer/Chat should consistently return a streamed response (first token) within a reasonable time for normal prompts, without repeatedly stalling at “No first token received…” and failing.

The same conversation should remain usable over extended work sessions (hours of back-and-forth and project context) without eventually degrading into Provider Error / resource_exhausted.

A simple follow-up prompt in an active, context-rich chat should behave the same as a prompt in a new chat (i.e., not require restarting chats every few hours to keep the tool functional).

Cursor should either:

successfully complete the request, or

if limits are hit, clearly indicate what limit was reached and whether retrying will work (instead of showing a generic provider error marked isRetryable:false).

Since network diagnostics show successful DNS/TLS/API/Agent streaming, AI requests should work reliably under the same conditions without requiring special launch flags (–user-data-dir, --disable-extensions) to function.

Operating System

Windows 10/11

Version Information

Cursor version / environment
Version: 2.5.25 (user setup)
VSCode Version: 1.105.1
Commit: 7150844152b426ed50d2b68dd6b33b5c5beb73c0
Date: 2026-02-24T07:17:49.417Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

Composer 1.5 / Auto

For AI issues: add Request ID with privacy disabled

Request ID: 1779eb54-30c8-44e1-9963-5c675e7b8443 {“error”:“ERROR_PROVIDER_ERROR”,“details”:{“title”:“Provider Error”,“detail”:“We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.”,“isRetryable”:false,“additionalInfo”:{},“buttons”:,“planChoices”:},“isExpected”:true} Provider Error We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment. aXt: Provider Error We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment. at jpA (vscode-file://vscode-app/c:/Users/micha/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32115:44798) at WpA (vscode-file://vscode-app/c:/Users/micha/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32115:43786) at ZpA (vscode-file://vscode-app/c:/Users/micha/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32116:5088) at Ool.run (vscode-file://vscode-app/c:/Users/micha/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32116:9098) at async s$o.runAgentLoop (vscode-file://vscode-app/c:/Users/micha/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:44360:8423) at async zOl.streamFromAgentBackend (vscode-file://vscode-app/c:/Users/micha/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:44408:8884) at async zOl.getAgentStreamResponse (vscode-file://vscode-app/c:/Users/micha/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:44408:9837) at async yLe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/c:/Users/micha/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32182:15752) at async Object.Gs [as onSubmit] (vscode-file://vscode-app/c:/Users/micha/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:43415:4781) at async vscode-file://vscode-app/c:/Users/micha/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:43389:57281

Additional Information

Troubleshooting steps I have tried:

  1. Basic restart / account steps

Signed out of Cursor, fully restarted the app, and signed back in.

Restarted Cursor multiple times across the 3-day period.

  1. Network / connectivity checks

Tested on multiple different Wi-Fi networks over multiple days (same issue everywhere).

Made sure there were no VPNs running

Ran Cursor’s built-in Network Diagnostics. Results showed:

DNS resolution, SSL handshake, API check, ping, authentication, marketplace, and agent stream all returning Result: true.

Changed network transport setting from HTTP/2 to HTTP/1.1 (no improvement).

Checked Cursor status page; no incident shown during the timeframe.

  1. Extensions / MCP isolation

Disabled multiple extensions that I normally use.

Disabled all MCP servers.

Completely deleted the Cursor to Figma MCP integration (it was the only MCP server configured).

Found a separate extension issue with SpecStory:

It produced: “Error adapting bubble conversation data … Cannot read properties of undefined (reading 'length’)”

Uninstalling SpecStory temporarily improved behavior for a few prompts, but the main provider errors returned afterward.

Uninstalled almost all extensions

  1. Profile / state reset testing

Launched Cursor in a clean environment using a fresh user-data directory with extensions disabled:

cursor --user-data-dir “$env:TEMP\cursor-clean-test” --disable-extensions This improved stability compared to my normal environment.

Performed a full Cursor profile reset:

Backed up %APPDATA%\Cursor\User

Renamed it to User.bad so Cursor regenerated a new clean profile

Retested Composer/Chat after reset (issues still reappeared)

  1. Reinstall

Uninstalled Cursor completely.

Reinstalled Cursor (latest available version).

Issue persisted after reinstall.

  1. Log collection / reproduction evidence

Captured repeated Composer stalls:

[composer] No first token received within 2s/4s/6s/…

Captured failures that end in:

ERROR_PROVIDER_ERROR (“We’re having trouble connecting to the model provider…”)

often “Caused by: ConnectError: [resource_exhausted]”

Also observed recurring console noise unrelated to the main failure:

OTEL exporter error: “Trace spans collection is disabled for NO_STORAGE privacy mode” (400)

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

1 Like

Hey, thanks for the detailed report and all the troubleshooting you’ve already done. That really helps.

The resource_exhausted / Provider Error pattern on Composer 1.5 is a known issue the team is aware of. There’s no ETA on a fix yet, but reports like yours help with prioritization.

It’s interesting that --user-data-dir with --disable-extensions improved things, but a profile reset didn’t. A couple of things to try:

  • Switch away from Auto. Manually pick a specific model like Claude Sonnet 4.6 or GPT 5.3 Codex. Auto routing can sometimes make the issue worse. Does this happen on all models, or only on Composer 1.5?
  • Start fresh chats more often. The pattern you described, where it works for 5 to 6 prompts and then fails, matches context buildup triggering resource_exhausted. Shorter chats are a workaround for now.
  • Double-check MCP state. You mentioned deleting the Figma MCP, but can you confirm there are zero MCP servers listed in Cursor Settings > Tools & MCP? Sometimes leftovers stick around even after deletion.

Also, did you reinstall any extensions after the reinstall? Since --disable-extensions helped, something might still be interfering.

Let me know which models work and which don’t. That’ll help narrow this down further.

1 Like

Hi Dean,

Thanks for getting back to me.

I confirmed again that there are zero MCP servers listed under Cursor SettingsTools & MCP (everything remains uninstalled).

I have 0 extensions installed in Cursor right now. I haven’t reinstalled any of the extensions I previously removed.

To properly test other models, I upgraded to Pro+ so I’d have enough usage to compare behavior across models. After doing so, Auto Still produces the same Provider Error / resource_exhausted behavior for me. Interestingly, Composer 1.5 is now working for me (it was consistently failing before the upgrade). I have now tested Claude Sonnet 4.6, GPT 5.3 Codex, and Opus 4.6 and so far none of these are throwing Provider Error. The only thing that is still throwing Provider Error after the upgrade to Pro+ is Auto.

If there’s anything specific you’d like me to collect, just let me know. Thanks!

Request ID: 2d7889f8-625e-41cc-a19d-ea5571d2b026
{“error”:“ERROR_RESOURCE_EXHAUSTED”,“details”:{“title”:“High Load”,“detail”:“We’re experiencing high demand for the selected model right now. Please upgrade to Pro, switch to Auto, another model, or try again in a few moments.”,“isRetryable”:true,“additionalInfo”:{},“buttons”:,“planChoices”:},“isExpected”:true}
ConnectError: [resource_exhausted] Error
at aou.$endAiConnectTransportReportError (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:12706:475325)
at JXe._doInvokeHandler (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:13633:23170)
at JXe._invokeHandler (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:13633:22912)
at JXe._receiveRequest (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:13633:21544)
at JXe._receiveOneMessage (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:13633:20361)
at mMt.value (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:13633:18388)
at ke._deliver (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:49:2962)
at ke.fire (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:49:3283)
at Gyt.fire (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:12691:12156)
at MessagePort. (vscode-file://vscode-app/d:/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:15679:18406)

I have subscribed to the Pro account on Cursor, but after just a few uses, I received the prompt: “We’re experiencing high demand for the selected model right now. Please upgrade to Pro, switch to Auto, try another model, or try again in a few moments.”

My Account: [email protected]

1 Like

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Request ID: b0f57f6d-398f-44f2-84cf-4959dec8b613
{“error”:“ERROR_PROVIDER_ERROR”,“details”:{“title”:“Provider Error”,“detail”:“We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.”,“isRetryable”:false,“additionalInfo”:{},“buttons”:,“planChoices”:},“isExpected”:true}
Provider Error We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.
aXt: Provider Error We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.
at jpA (vscode-file://vscode-app/c:/Users/sagar/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32115:44798)
at WpA (vscode-file://vscode-app/c:/Users/sagar/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32115:43786)
at ZpA (vscode-file://vscode-app/c:/Users/sagar/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32116:5088)
at Ool.run (vscode-file://vscode-app/c:/Users/sagar/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32116:9098)
at async s$o.runAgentLoop (vscode-file://vscode-app/c:/Users/sagar/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:44360:8423)
at async zOl.streamFromAgentBackend (vscode-file://vscode-app/c:/Users/sagar/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:44408:8884)
at async zOl.getAgentStreamResponse (vscode-file://vscode-app/c:/Users/sagar/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:44408:9837)
at async yLe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/c:/Users/sagar/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32182:15752)
at async Object.Gs [as onSubmit] (vscode-file://vscode-app/c:/Users/sagar/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:43415:4781)
at async vscode-file://vscode-app/c:/Users/sagar/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:43389:57281

Steps to Reproduce

why error is coming ??

Operating System

Windows 10/11

Version Information

IDE agent i am getting

Does this stop you from using Cursor

Yes - Cursor is unusable

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Request ID: c3069a67-a795-4e21-96ae-5dcb705df69a
{“error”:“ERROR_RESOURCE_EXHAUSTED”,“details”:{“title”:“High Load”,“detail”:“We’re experiencing high demand for the selected model right now. Please upgrade to Pro, switch to Auto, another model, or try again in a few moments.”,“isRetryable”:true,“additionalInfo”:{},“buttons”:,“planChoices”:},“isExpected”:true}
[resource_exhausted] Error
_he: [resource_exhausted] Error
at jpA (vscode-file://vscode-app/c:/Users/vanto/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32115:44883)
at WpA (vscode-file://vscode-app/c:/Users/vanto/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32115:43786)
at ZpA (vscode-file://vscode-app/c:/Users/vanto/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32116:5088)
at Ool.run (vscode-file://vscode-app/c:/Users/vanto/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32116:9098)
at async s$o.runAgentLoop (vscode-file://vscode-app/c:/Users/vanto/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:44360:8423)
at async zOl.streamFromAgentBackend (vscode-file://vscode-app/c:/Users/vanto/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:44408:8884)
at async zOl.getAgentStreamResponse (vscode-file://vscode-app/c:/Users/vanto/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:44408:9837)
at async yLe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/c:/Users/vanto/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:32182:15752)

Steps to Reproduce

i’m only argent

Operating System

Windows 10/11

Version Information

Version: 2.5.26 (user setup)
VSCode Version: 1.105.1
Commit: 7d96c2a03bb088ad367615e9da1a3fe20fbbc6a0
Date: 2026-02-26T04:57:56.825Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.19045

Does this stop you from using Cursor

No - Cursor works, but with this issue

I am getting this on Auto.

Request ID: a82180a9-4709-46b9-bec5-0fdbfc39426e
{“error”:“ERROR_RESOURCE_EXHAUSTED”,“details”:{“title”:“High Load”,“detail”:“We’re experiencing high demand for the selected model right now. Please upgrade to Pro, switch to Auto, another model, or try again in a few moments.”,“isRetryable”:true,“additionalInfo”:{},“buttons”:,“planChoices”:},“isExpected”:true}

No it is not expected.

1 Like

Same issue. It might be caused by upgrading Cursor to the latest version. I was still able to use Cursor normally yesterday.

Switched to GPT-5-mini and it started working. I think this should never happen on Auto since auto is already supposed to be routing to different models.

1 Like

I have been using Cursor for past several hours and it just started, haven’t upgraded.

1 Like

I’m facing the same issue. My current billing month ends today and I haven’t got any invoice to continue my subscription. Is it because of that?

No!

No, mine ends in like 2 weeks and getting it too.

3 Likes

Version: 2.5.26
VSCode Version: 1.105.1
Commit: 7d96c2a03bb088ad367615e9da1a3fe20fbbc6a0
Date: 2026-02-26T04:57:56.825Z
Build Type: Stable
Release Track: Default
Electron: 39.4.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.6.0

The same issue.

I’m running into the same problem
At this point, I’m becoming more and more reluctant to update Cursor IDE..

  1. Switch to a different model: Try Claude Sonnet, GPT, or Composer in the model selector

  2. Try again later: The issue is temporary and we’re working on resolving it

I can use Auto again. I switched to GPT-5-mini for a while.

Similar issue thread: How to solve the high demand ques