Where does the bug appear (feature/product)?
Background Agent (GitHub, Slack, Web, Linear)
Describe the Bug
I’m encountering an issue with Cloud Agent setup.
The environment setup completes, but:
- Saving the environment fails with 501 (both Personal and Team)
- Using a previously saved environment returns 400
- Even without saving, I cannot run any commands (e.g.
echo hello)
→ it always redirects back to “Open Setup”
What I have already tried:
- Minimal Dockerfile
.cursor/environment.jsononly specifies Dockerfile- Removed all optional secrets
- No proxy environment variables set
- Created a completely new agent
- Reconnected GitHub integration
- Tried different browsers / refresh
So far, nothing works and the agent never becomes usable.
Is this a known issue with Cloud Agent environment setup?
Any workaround would be appreciated.
Steps to Reproduce
- Create a new Cloud Agent for a repository
- Use a minimal setup:
.cursor/environment.jsononly specifies Dockerfile- Dockerfile is minimal (Ubuntu base, no additional tools)
- Add minimal secrets (or even no secrets)
- Run setup (reaches “Setting up environment” → completes)
- Try:
- “Save to Personal” or “Save to Team” → returns 501
- Start new agent and run
echo hello→ redirected back to setup - Use previously saved environment → returns 400
Expected Behavior
- After setup completes, the agent should be usable
- Saving the environment should succeed without errors
Screenshots / Screen Recordings
Operating System
MacOS
Version Information
Not applicable
Does this stop you from using Cursor
Yes - Cursor is unusable
