I recently deployed Keycloak 23.0.6 on an Azure web app using a container, but I’m encountering some issues when trying to access certain functionalities. Specifically, when attempting to access the client list, client scope, or any link in the navigation bar : Network response was not OK.
Additionally, I’m facing problems when trying to change the realm, resulting in the following error:
I got the same error and the other error which failed on CODE_TO_TOKEN.
The structure is a cluster with two service instances and a reverse proxy for load balance.
There is a time skew of about 1.5 minutes between the two instances. After I fixed the time problem, these problems haven’t happened again.
BTW, If using containers to form a cluster, may need to check network mode is host and use the correct network interface.
I also experienced such issue. In my case I have 2 instances behind a proxy. So, the reason of such behavior was that those 2 instances were not forming a cluster and worked as a separate instance.
As soon as I fixed clustering issues, the error has gone.