https://signoz.io logo
v

Valentin Baert

09/14/2022, 12:01 PM
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

Prashant Shahi

09/14/2022, 1:40 PM
Currently, we don't support custom baseURL. You would have to use subdomains instead.
v

Valentin Baert

09/14/2022, 2:03 PM
ok, thank you I'll do that