Cursor Background Agents have been working great, but suddenly started to error out today when I launch one from Slack. I’ve tried removing & reinstalling our Cursor app in GitHub.
Getting these error details:
Background Agent failed to start. You can try again, or send feedback to the Cursor team if the issue persists.
{
“startError”: {
“error”: “ERROR_BAD_REQUEST”,
“details”: {
“title”: “Bad request.”,
“detail”: “Snapshot is repo-read-write but no installation id is provided or can be found.”,
“isRetryable”: false
},
“isExpected”: true
}
}
appears to be an issue with “no installation id is provided or can be found”.
Steps to Reproduce
Trigger @Cursor background agent from any source
Expected Behavior
Successfully trigger a Cursor agent
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
I just dug into the environment.json settings, and it appears that it was failing to run now. Not sure what might have changed - it was all working previously.
Just set up a new environment snapshot and now the snapshot is loading manually.
However, I just tried booting up a background agent again, and I’m still getting the same error:
Allocating resources for this agent (request id: bc-2499ee0b-c2fd-421a-a14f-33cf394621a9)...
Error: Bad request.
Details:
Snapshot is repo-read-write but no installation id is provided or can be found.