Where does the bug appear (feature/product)?
Cloud Agent (GitHub, Slack, Web, Linear)
Describe the Bug
Saving a Personal Cloud Agent environment for the private GitLab repository returns HTTP/2 400.
The GitLab integration is connected . The repository appears after
Sync Repos. The GitLab group is Premium/Ultimate, I have Maintainer
access, and project/group access-token creation is enabled. GitLab also shows
that Cursor created an active project access token for this repository.
The error is therefore misleading and appears to occur after repository access
has already been established.
Steps to Reproduce
- Connect the GitLab integration.
- Sync repositories.
- Create a new Cloud Agent environment.
- Select repository.
- Select Personal scope.
- Click Save and confirm the scope.
- The save fails with HTTP/2 400.
Expected Behavior
The environment is saved successfully.
Operating System
MacOS
Version Information
desktop 3.14.27
Additional Information
Response JSON:
{
“error”: “ERROR_BAD_REQUEST”,
“details”: {
“title”: “Bad Request”,
“detail”: “You do not have access to this repository.”,
“isRetryable”: false
}
}
Request path:
/api/background-composer/snapshot-and-save-environment
Request ID:
f9a7046a-279b-47e5-ab48-6e8dc12daba1
x-vercel-id:
fra1::iad1::bv4sj-1785861522914-7aad727033ee
Does this stop you from using Cursor
Yes - Cursor is unusable