Closed as not planned
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
I followed the instructions to install keycloak in kubernetes here: https://www.keycloak.org/getting-started/getting-started-kube
However, when opening the admin console it gets stuck with the message: "Loading the Administration Console". In the admin console I see the following three messages:
Refused to apply style from 'https://keycloak.192.168.49.2.nip.io/resources/pms00/admin/keycloak.v2/assets/main-DtB7OaBI.css' because its MIME type ('') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
/resources/pms00/common/keycloak/vendor/react/react-jsx-runtime.production.min.js:1
Failed to load resource: the server responded with a status of 404 ()
/resources/pms00/common/keycloak/vendor/react-dom/react-dom.production.min.js:1
Failed to load resource: the server responded with a status of 404 ()
Strangely, when I access these resources directly in the browser, I can load them just fine.
Version
26.2.5
Regression
- The issue is a regression
Expected behavior
The admin console loads properly.
Actual behavior
The admin console is stuck in loading phase.
How to Reproduce?
Follow the steps described above.
Anything else?
No response