Hello everyone,
When I updated the runtime of my KeyCloak instance to the new Runtime V2, I noticed that I could no longer access the Admin Web UI. It gets stuck at the loading circle "Loading the Admin UI". I didn't notice anything suspicious in the KeyCloak logs.
In the network console you can see that a call is leading to a 403.
(I don't know how this could be related to the runtime)
The user management UI doesn't work either (where users can manage their own information)
I get a message saying "failed to initialize keycloak"
(You can also see the 403 here in the network console)
My Dockerfile uses the same multi-run logic as here:
https://github.com/leonardochappuis/keycloak-docker/blob/master/Dockerfile
I hope someone knows what the cause is, because in the future
the V2 runtime is set.
Thanks in advance for your time