Where does the bug appear (feature/product)?
Cloud Agent (GitHub, Slack, Web, Linear)
Describe the Bug
I am on a solo Ultra Plan account (gregbarajas). When attempting to link my GitHub account via [cursor > dashboard > integrations) to use Cloud Agents, the integration fails to load.
The dashboard displays “Failed to load GitHub settings” and gets stuck on a “Connect” button loop.
Steps to Reproduce
Log into [cursor > dashboard integrations] on a solo Ultra account.
Click Connect on the GitHub integration line.
Complete the OAuth installation on GitHub for an organization (kilograms).
Return to the Cursor dashboard.
Expected Behavior
The GitHub organization repositories load into the Cloud Agents dropdown menu.
Operating System
Windows 10/11
Version Information
Web Dashboard / cursor.com
Additional Information
Actual Behavior:
The integrations page displays “Failed to load GitHub settings”. Checking Developer Tools shows the request POST https://cursor.com/api/dashboard/get-github-installations failing with a 404 Not Found and returning the following payload:
{
“error”: {
“message”: “Error”,
“details”: [
{
“error”: “ERROR_USER_NOT_FOUND”,
“details”: [
{
“title”: “User not found.”,
“detail”: “User not found in team”
}
]
}
]
}
}
It appears the backend endpoint get-github-installations is attempting to validate my account against a team membership table (User not found in team) rather than my solo profile, locking the OAuth integration state. Please flush the stale integration/installation record for my account.
“”"
file_path = “cursor_bug_report.md”
with open(file_path, “w”, encoding=“utf-8”) as f:
f.write(markdown_content)
print(f"File created: {file_path}")
Does this stop you from using Cursor
Yes - Cursor is unusable