You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** PLEASE ONLY USE THIS ISSUE TRACKER TO SUBMIT ISSUES WITH THE DOCKER SWARM VISUALIZER **
If you have a bug working with Docker itself, not related to these labs, please file the bug on the Docker repo *
If you would like general support figuring out how to do something with Docker, please use the Docker Slack channel. If you're not on that channel, sign up for the Docker Community and you'll get an invite. *
Please provide the following information so we can assess the issue you're having
Description
Image dockersamples/visualizer not working using traefik image as reverse proxy. I've done Docker Swarm deployed properly. I put dockersamples/visualizer image running as expected but proxied by traefik under the my.domain.com/my-path/ and I'm only getting the index.tpl file and not the Javascript file that makes app funcion properly. File index.tpl calls the script directly (="app.js") rather use relative path syntax (="./app.js"). When I call that Javascript file using a relative path the behavior it's as expected, and config traefik to proxy to the root path (/) works as well.
Steps to reproduce the issue, if relevant:
1.
2.
3.
Describe the results you received:
Being able to watch in live my swarm nodes under a proxied path by traefik.
Describe the results you expected:
I just get the HTML index page, but not the other elements that make app functions properly.
Additional information you deem important (e.g. issue happens only occasionally):
** PLEASE ONLY USE THIS ISSUE TRACKER TO SUBMIT ISSUES WITH THE DOCKER SWARM VISUALIZER **
Please provide the following information so we can assess the issue you're having
Description
Image dockersamples/visualizer not working using traefik image as reverse proxy. I've done Docker Swarm deployed properly. I put dockersamples/visualizer image running as expected but proxied by traefik under the my.domain.com/my-path/ and I'm only getting the index.tpl file and not the Javascript file that makes app funcion properly. File index.tpl calls the script directly (="app.js") rather use relative path syntax (="./app.js"). When I call that Javascript file using a relative path the behavior it's as expected, and config traefik to proxy to the root path (/) works as well.
Steps to reproduce the issue, if relevant:
1.
2.
3.
Describe the results you received:
Being able to watch in live my swarm nodes under a proxied path by traefik.
Describe the results you expected:
I just get the HTML index page, but not the other elements that make app functions properly.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, Docker for Mac, Docker for Windows, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: