I am using the docker-compose setup and everything boots up and I can go to the address in browser https://trace.myactualdomain.com and it renders the uptrace UI but shows a network error related to trying to AJAX to access http://localhost/internal/v1/users/current and http://localhost/internal/v1/config despite me setting the site.url in config, that the container logs also prove made it.
When I look in the uptrace docker container I can see...
Open UI (site.url) https://trace.myactualdomain.com
time=2026-01-10T20:47:23.404Z level=INFO msg="starting Uptrace..." version=v2.0.2 config=/etc/uptrace/config.yml
time=2026-01-10T20:47:23.568Z level=INFO msg="starting to process service graph..." shard=0
time=2026-01-10T20:47:23.568Z level=INFO msg="serving GRPC..." addr=:4317
I tried 2.0.1 and 2.0.2 and they both result in this. If I can provide any other information that is helpful let me know.
I am using the docker-compose setup and everything boots up and I can go to the address in browser
https://trace.myactualdomain.comand it renders the uptrace UI but shows a network error related to trying to AJAX to accesshttp://localhost/internal/v1/users/currentandhttp://localhost/internal/v1/configdespite me setting thesite.urlin config, that the container logs also prove made it.When I look in the uptrace docker container I can see...
I tried 2.0.1 and 2.0.2 and they both result in this. If I can provide any other information that is helpful let me know.