Hi everyone,
My environment consists of two servers connected to a load balancer. I installed the API Server on both servers, and within the API Server I inserted the new logo file for the web portal. I then configured the new logo from the One Identity Administration Portal, entering the file path.
The web portal configured the load balancer URL as API Server, so the file isn't loading correctly because the path $load-balancer$/logo-file.png doesn't exist. The correct path would be $apiserver1$/logo-file.png.
Any suggestion?