Couldn't access Keycloak authentification in a server
问题 I'm building an angular application secured with keycloak 10.0.2, i've deployed it in a server, and when i try to access it i can't reach Keycloak login page, here is my configuration keycloak: { keycloakUrl: 'http://servername:8085/auth', realm: 'app', clientId: 'myapp', redirectUri: 'http://servername:8083/myapp' } Should i put http://localhost:8085/auth or http://servername:8085/auth , or should i change localhost in keycloak to the servername, since keycloak is pre configured to localhost