A very similar bug to #737 happens with the Account button in admin app when clicking outside of the button (see the blue arrow in the screenshot below). A pointer cursor is shown & the button's glowing animation is played regardless, as if it was functioning.

The account popup should appear.

Literally nothing happens.
admin appCheck the displayed UserImage element in packages/app-security/src/admin/plugins/UserMenu/UserImage.tsx.
It's loaded as a plugin in packages/app-admin/src/plugins/UserMenu/UserMenu.tsx:21.
You may inspect its parent elements and see exactly why the button's malfunctioning. Either make clicking outside of work as intended or remove the possibility of doing so altogether by suppressing the visual effects (the pointer cursor, the button's animation, ...)
I'd love to contribute this one as my first issue
Great! Let us know if you need any help along the way 馃殌
Most helpful comment
I'd love to contribute this one as my first issue