Hello I tried to enable the ingress when deploying...
# support
v
Hello I tried to enable the ingress when deploying signoz with helm chart, the ingress works correctly and it serves the html landing page I served it under the path mydomain.com/signoz However subsequent requests to load js and css files are requested relative to mydomain.com instead of mydomain.com/signoz this is a classical issue when deploying frontend apps Usually we need to configure the html base tag how do I do that with signoz ? Or is there some other way to make these relative http requests properly relative to my /signoz path ?
p
Currently, we don't support custom baseURL. You would have to use subdomains instead.
v
ok, thank you I'll do that