Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Dashboard Settings crashes for older accounts using Privacy Mode (Legacy).
When opening Dashboard Settings (or clicking “Apply” from the Student page), the page briefly loads and then displays “Something went wrong”.
Browser Network shows that the request
POST /api/background-composer/get-background-composer-user-settings
returns HTTP 400 with the following message:
“Cloud agent is not supported in Privacy Mode (Legacy). Switch to Privacy Mode to use cloud agents.”
After switching to the new Privacy Mode in the Cursor desktop application, Dashboard Settings works normally.
This issue also prevented me from applying for the Student Plan because clicking “Apply” redirected me to the crashing Dashboard Settings page.
Steps to Reproduce
- Sign in with an older Cursor account that still uses Privacy Mode (Legacy).
- Open Cursor · Students.
- Click “Apply”, or directly open https://cursor.com/dashboard/settings.
- The page flashes briefly and then displays “Something went wrong”.
The browser Network tab shows that:
POST /api/background-composer/get-background-composer-user-settings
returns HTTP 400.
Expected Behavior
Dashboard Settings should load normally.
If Privacy Mode (Legacy) is incompatible with Background Composer or Cloud Agent, the UI should prompt the user to switch to the new Privacy Mode instead of crashing the entire Settings page.
Screenshots / Screen Recordings
Operating System
Windows 10/11
Version Information
Version: 3.8.11 (user setup)
VS Code Extension API: 1.105.1
Commit: e56ad3440df06d22ca7501e65fd518e905486ef0
Date: 2026-06-18T01:40:18.333Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26200
Additional Information
Request:
POST /api/background-composer/get-background-composer-user-settings
Response:
{
“error”: {
“message”: “Error”,
“details”: [
{
“error”: “ERROR_BAD_REQUEST”,
“details”: {
“detail”: “Cloud agent is not supported in Privacy Mode (Legacy). Switch to Privacy Mode to use cloud agents.”
}
}
]
}
}
This appears to be a frontend compatibility issue for older accounts still using Privacy Mode (Legacy).
Does this stop you from using Cursor
No - Cursor works, but with this issue



