Hi Jon,
I realize i did not provide much context, so here it is: Keycloak 21.1.1 on Ubuntu 22.01.1, OpenJDK 11.0.19.
I'm using Postgresql 15 running on RockyLinux 9.0. (I see a bunch of tables in the database)
In the keycloak.conf the hostname is set to keycloak
hostname=keycloak
I tried a few suggestions I received, namely, exporting the environment variables:
KC_PROXY=edge
KC_HOSTNAME_STRICT=true
Following you advice I tried starting keycloak using
Unfortunately, nothing changed. The home page comes up.
Once I click on Administration Console I get the page with the spinner and the UI does not load ever
Is there any diagnostics I could capture?
Thanks