We initially had a dockerized 1.9.3 keycloak running on a virtual machine with us able to access Admin console. We had to later abandon this VM but we ended up cloning another VM with all the contents on it.
The dockerized keycloak is running behind a reverse proxy NGINX which is passing all the required headers per the below thread
http://keycloak-user.88327.x6.nabble.com/keycloak-user-ssl-apache2-difficulties-td1570.html
RequestHeader set X-Forwarded-Proto "https"
RequestHeader set X-Forwarded-Port "443"
I've tried a bunch of different things but no matter what i do I am running into the below error when I try accessing the Keycloak admin console
{{notification.header}} {{notification.message}} loading....
Appreciate any help -