Hello folk,
I'm upgrading my keycloak from 15 to 17 version, I have put this hostname config
KC_HOSTNAME=mylocal
KC_HOSTNAME_ADMIN=mylocal-admin
KC_HTTPS_PORT=5331
However, I have noticed that when I request the admin area mylocal-admin, the server always redirects me toward 443 instead of 5331, even if force the port in the url, it loads js script on 443 port, which leads to an 404 error.
Does anyone have an idea about how to force admin hostname to include the port properly
Do you know if can we define a specific port per area such us
thanks