Hello guys!
I'm currently trying to deploy a application gateway infront of solarwinds Orion web console.
I have override host name enabled, since this seems to be the way to get it to work.
Let's say we have an domain called
Example.domain.com
-> FQDN in backend pool = example.randomdomain.com
Then we override the host name to the FQDN
When we do this and sign in we seem to get an error loading the Menu bar.
When reading in the HTML inspect. Specific -> Apolloisolate.cshtml.
I can see that everything except those that are not loading correctly, and they seem to be using the "example.randomdomain.com".
I've seen that all of the requets that are valid and working are using the "example.domain.com"
But the only failed requets seems to be using "example.randomdomain.com" in the requested URLs.
Has anyone else ran into same issue?