OAuth installation flow - Select Team dropdown not clickable with mouse

There is a bug inside Vercel’s OAuth page - teams are not selectable/clickable from the dropdown - likely an invisible overlay blocking pointer events, or your dropdown library not registering mouse clicks in popup context.
Keyboard events work fine, a user can press Enter to select a team but it’s inconvenient.
Mouse events should work on the dropdown in your OAuth page.
Please help fix it.

Current versus Expected behavior →
Current: Mouse events don’t work on the dropdown in OAuth page.
Expected: Mouse events should work on the dropdown in OAuth page.

Steps that reproduce this issue →
It’s reproducible with any number of teams to choose from (doesn’t matter if the user has 1 or more).

Hi Mary,

Thanks for the clear repro. Since keyboard selection works but mouse clicks do not, this sounds more like a UI/pointer-event issue in the OAuth install dialog than an OAuth permission or integration config issue.

For a temporary workaround, I’d use keyboard navigation:

Tab / Shift+Tab to focus the team selector
Arrow keys to choose the team
Enter to select

To make the bug easier to reproduce, I’d also add a few environment details:

Browser + version:
OS:
Browser zoom level:
Incognito/private window tested: yes/no
Extensions disabled tested: yes/no
Does it happen with only one team available: yes/no
Does it happen with multiple teams available: yes/no

I’d also try browser zoom at 100%, then 90%, and test once in an incognito window with extensions disabled. If the dropdown starts working there, it may be related to zoom, extension overlays, or a browser-specific popup/focus issue.

If it still fails everywhere, then I think your current conclusion is reasonable: the install flow likely needs a dashboard-side fix because the mouse click is not reaching the dropdown option.

Can you share which browser and OS you reproduced it on?