Hello, We are using a Blazor MAUI Hybrid app with a backend based on the microservices template, including an Auth Server. However, since upgrading to ABP 9.2.0, we’ve encountered a new issue:
Whenever we hover over an EntityAction button in a DataGrid, a tooltip appears with the message: “You do not have permission to perform any action.” This happens even when the user does have the necessary permissions.
The behavior is observed across:
-Our custom pages with DataGrids -Built-in ABP pages (e.g., Identity > Users) -CMS Kit Blog management page
Additional observations:
-The tooltip doesn't always appear immediately, but it does reappear if we refresh the page. -If we navigate away from the page and come back, the tooltip message does not appear. -It feels like the tooltip is triggered before permissions are fully resolved or cached.
Is this a known issue introduced in 9.2.0? Is there a workaround or recommended way to suppress or fix this tooltip behavior?
