Open
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
admin/ui
Describe the bug
In an environment where around 80 realms have been created in Keycloak, when trying to open the "Assosicated roles" tab for the "admin" role from "Realm roles" in the master realm, an error screen saying "Failed to fetch" appears.
The list of roles cannot be displayed correctly.
When I checked the har file when the problem occurred, I found that fetch was being called many times (number of realms x 18 times).
It seems that the browser has a limit on fetch calls, which is causing the error.
This problem occurs in Chrome and Edge, but not in FireFox.
Har file:
localhost.har.zip
Version
26.2.5
Regression
- The issue is a regression
Expected behavior
A list of roles will be displayed.
Actual behavior
"Failed to fetch" error screen appears
How to Reproduce?
- Create about 100 realms
- From the management console, click "Realm roles" from the left menu of the master realm
- Click the "admin" role
- Click the "Associated roles" tab
- "Failed to fetch" error screen appears
Anything else?
No response