For AI issues: add Request ID with privacy disabled
Request ID: 8cd8ca72-cf04-481c-9061-e00fddf54f2d
No resource accessor found for composer: bc3f99f9-3174-4ea9-9636-fc6cd9654238
Error: No resource accessor found for composer: bc3f99f9-3174-4ea9-9636-fc6cd9654238
at jXm.streamFromAgentBackend (vscode-file://vscode-app/c:/Users/XXXXXX/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:24426:5853)
at jXm.getAgentStreamResponse (vscode-file://vscode-app/c:/Users/XXXXXX/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:24426:22754)
at DIe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/c:/Users/XXXXXX/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:12054:740)
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!
hey @hkim02, could you try running a network diagnostic from the settings? also, a potential quick fix would be to switch to a lower version of http, base is 2.0, but in your setup it could be better to be in 1.1 or 1.0, hope that fixes your issue
oh, I just check, and indeed, it doesn’t seems like a network issue, this seems more like a stale/corrupted chat, have you try to launch a new chat instead of replying to old ones? btw, if you dont want to lose the context of said chat, you can just refference them by using the “@” and clicking on the past chat button and then choosing the chat you wanted to continue, there may be other component playing in this bug but for now try this and tell me if that solves it for you
Thanks for the diagnostics - they actually rule out the network. Your Chat and Agent connection checks both pass (tokens streaming through fine), so the path between Cursor and our servers is healthy. The one SSL flag is just your corporate network inspecting encrypted traffic with its own certificate, and since your Chat/Agent checks still succeed through it, that’s not what’s blocking you here.
So this isn’t your network or your account, and @Tom_Coustols is right that it’s a stuck chat rather than a connection issue. The No resource accessor found for composer error happens when the agent can’t tie a specific chat to an open project folder, so submitting in that chat fails immediately — the request never actually leaves your machine, which is why the web version keeps working.
To get unblocked:
Make sure a project folder is open in the window (File > Open Folder) rather than an empty window.
Start a brand-new chat and use that one. The stuck chat won’t recover, but its contents are still there, so copy out anything you need first.
This is something we’ve been seeing from other users on 3.8.11, so it’s a known one on our side. If a brand-new chat still fails with a folder open, reply here and I’ll take a closer look.
I can confirm the agent works, which is great, only that I had to re initialize the workspace (the chat history is still available, so no big deal). Thank you!