Hi
When I try to login to the account management console (https://keycloak.example.com/auth/realms/myrealm/account) without having logged in first I receive this error:
and in the logs I see:
[org.keycloak.events] (default task-15) type=LOGIN_ERROR, realmId=myrealm, clientId=account, userId=null, ipAddress=1.1.1.1, error=invalid_redirect_uri, redirect_uri=‘https://keycloak.example.com/auth/realms/myrealm/account/login-redirect’
If I am already logged into another client, it works… Just fine. Nothing has been changed in this default client ‘account’.
Any ideas on how I can resolve this?
Thanks