As highlighted resources I am getting the below response in Network tab with different temporal.[hash-code].js in the body section.
It doesn’t show up the script as you mentioned in the screenshot.
This is a bit tricky to answer as this seems to be an issue with the Load balancer setup. For some reason it redirects all requests to the host base URL and removes the rest of the path
I’ve asked few people who might have an idea about such load balancer issues, though for efficiency the resources on LB configurations and such issues may have more data
as this seems to relate to the Load Balancer configuration and not the UI directly, it’s hard to tell what’s wrong with the configuration. What particular load balancer do you use?
could you clarify about the LB, in the original question you’ve mentioned that URLs were load balanced. However later also said that now you don’t use LB?
Asked few people from our infra team, do you use a reverse proxy when hosting several (3+) instances of Web UI?
assuming aws: elastic load balancer → nginx → 3 web instances ?
Hey @Ruslan - I’m not aware of the original poster’s situation, but we saw the same issue with our temporal/web setup. We’re running the docker image, version 1.15. We run in Kubernetes, with istio service mesh. Running a single pod of web works well, but if we deploy more than one we saw the same issues.