BugBot Repository Rules: Organization selector crashes page (white screen)

Where does the bug appear (feature/product)?

BugBot

Describe the Bug

The organization selector crashes the page (white screen / full crash) in two places within the Repository Rules page: when accessed via the filter icon, and when accessed via the “Manage Learning” option.

Steps to Reproduce

Go to https://cursor.com/dashboard/bugbot/repository-rules (or navigate via Web → BugBot → Repository Rules)

Path A: Click the filter icon → click the organization selector → page crashes (white screen)
Path B: Click “Manage Learning” → click the organization selector → page crashes (white screen)

Expected Behavior

Clicking the organization selector should open a dropdown or modal allowing the user to select an organization, without crashing or showing a white screen.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Web Version

Additional Information

The crash is reproducible via two independent entry points on the same page, suggesting the organization selector component itself may be the source of the error rather than the specific trigger. No error message is shown — the page goes blank.

Does this stop you from using Cursor

Yes - Cursor is unusable

Additional screenshots

Hey, thanks for the solid report. Two repro paths, screenshots, and clear steps, everything we need.

Confirmed as a bug on the web dashboard side. The Organization dropdown crashes the page due to a render error with no error boundary, so you get a white screen. I’ve reported it to the engineering team. I can’t share an ETA yet, but I’ll post an update here as soon as I have one.

No workaround for now, both ways into the selector go to the same component. If you need to connect an organization, you can only do it if the selector manages to load correctly at least once. Sometimes a hard refresh before the first click helps, but I can’t guarantee it.

Let me know if you find other places where this same dropdown breaks.