You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I working on a legacy project that uses keycloak 11 and it was running with standalone keycloak and was clustered using the keycloak helmchart template.
Then, I changed it to an embedded keycloak using this GitHub repository.
Now, I want to cluster it using Kubernetes. I found the answer of this question and we created a headless service and now pods are running.
But the problem is that when I go to the Keycloak admin UI, the UI is disfigured. When I checked the JS and CSS files, I found 404 responses for the files but when I open the JS or CSS files in a new tab, I can see the content of the files.
How can I solve this problem?
The text was updated successfully, but these errors were encountered:
I working on a legacy project that uses keycloak 11 and it was running with standalone keycloak and was clustered using the keycloak helmchart template.
Then, I changed it to an embedded keycloak using this GitHub repository.
Now, I want to cluster it using Kubernetes. I found the answer of this question and we created a headless service and now pods are running.
But the problem is that when I go to the Keycloak admin UI, the UI is disfigured. When I checked the JS and CSS files, I found 404 responses for the files but when I open the JS or CSS files in a new tab, I can see the content of the files.
How can I solve this problem?
The text was updated successfully, but these errors were encountered: