Cursor having issues connecting to composer 2?

my cursor is not wanting to work with composer 2. not sure why its been like this for 3 to 4 hours

Request ID: bc0f7e48-2dc7-4699-a635-54b53c44a644
{“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.
iBi: Provider Error We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.
at Qtw (vscode-file://vscode-app/c:/Users/abelo/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:43958:24394)
at Wtw (vscode-file://vscode-app/c:/Users/abelo/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:43958:23385)
at enw (vscode-file://vscode-app/c:/Users/abelo/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:43959:6355)
at X5u.run (vscode-file://vscode-app/c:/Users/abelo/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:43959:11154)
at async qIn.runAgentLoop (vscode-file://vscode-app/c:/Users/abelo/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:56303:11753)
at async d0d.streamFromAgentBackend (vscode-file://vscode-app/c:/Users/abelo/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:56373:11057)
at async d0d.getAgentStreamResponse (vscode-file://vscode-app/c:/Users/abelo/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:56373:17161)
at async o3e.submitChatMaybeAbortCurrent (vscode-file://vscode-app/c:/Users/abelo/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:44070:19892)
at async mu (vscode-file://vscode-app/c:/Users/abelo/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:55356:4887)

Hey, I checked the Request ID. The generic Provider Error in your case is misleading, the real reason is different. Your chat history includes image data, and the request went to the fast Composer 2 variant, which isn’t multimodal, so the provider returns 400. Also, your account was cached as over the usage limit, and that triggered the fast path.

Workaround: start a new chat without any attached images, it should work there. If you need images, explicitly pick a multimodal model in the selector instead of Auto.

The misleading error message and routing multimodal context to a non multimodal variant is a known issue and is being tracked. Let me know if a new chat doesn’t help.