Users Do Not Load On Web App Once Published To QA Or Prod Environments

Hello,

On our web application’s admin console we have a Users Dashboard. This loads all of the users from Keycloak. When I run my code locally the users dashboard loads the users. When the code is deployed to QA and Production, the users will not load. What are some troubleshooting tips for this behavior?

We are using 11.0.15

Thank you!

Upgrade to the latest Keycloak, or it will be very difficult/impossible to get help here.

No idea if it applies to v11, but one thing that happens is that the user list doesn’t load automatically if a User Federation source is configured. You have to search for * to get the list.

Thank you sir! We will give that a try.