Hello all
Currently, I’m trying to install OpenRemote via Docker Compose.
On first glance everything was working perfectly, but after logging in with the default credentials the webpage is redirecting me to localhost instead of the hostname value I provided in the OR_HOSTNAME environment variable.
It looks like the keycloak component doesn’t recognise the OR_HOSTNAME value and falls back on the default localhost property.
When I change all the OR_HOSTNAME values with the actual hostname everything is working fine.
Can someone explain to me what’s going wrong at this point?
Thanks!