I created the following app, and I can see it in the web browser:
However, I can't see it in the Cube:
The App is published and public.
The DMA version is 10.4.8 and the Cube version is 10.4.2425.2536-4a2421b7.
When looking at the cube logs, I have the following exception:
"Message : Exception occurred while retrieving web applications.
Exception : System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The remote name could not be resolved: 'slnetipc'"
How can I solve this?
Hi Catarina,
This should work if you connect to the (public) hostname of the agent instead of "localhost". If the agent is configured with HTTPS, make sure it has a trusted certificate.
Hi Bert,
The agent is configured to use HTTPS and the certificate is valid.
However, when connecting to the public hostname (ConnectedHost = CATARINAGR2.SKYLINE.LOCAL), I still have the same issue