-
Describe the bugI have deployed RabbitMQ as a docker container in a nomad cluster. I'm routing to it via Traefik. No matter what I try, even though the environment shows the config is present, the management UI is still just a blank page. Reproduction steps
Here is the response I get
All of the requests to JS and CSS assets all lack the requested prefix. My environment seems to be defined correctly:
My config file is
I have tried
Expected behaviorI expect for all of the resources to be requested with the Additional contextTraefik routing looks like
Initial output from RabbitMQ
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@thoward27 a large majority of management plugin's integration tests are run with and without the HTTP API path prefix. In other words, the path prefix feature does work for HTTP API clients. I'm afraid our team does not have the resources to set up Traefik and everything else for non-paying open source users, so please provide an executable way to prove that the HTTP API path prefix "does not work" in a specific case. A |
Beta Was this translation helpful? Give feedback.
-
A quick glance at Cowboy 2.11 changes (its maintainer is a member of our team) suggests nothing obviously relevant. Collecting HTTP API request logs and browser console request recording may help clarify what may be going on. We don't have enough information right now to suggest more. |
Beta Was this translation helpful? Give feedback.
-
My apologies for the noise, this actually does work, I just neglected this part of the docs
Navigating to Thank you for looking at this! |
Beta Was this translation helpful? Give feedback.
My apologies for the noise, this actually does work, I just neglected this part of the docs
Navigating to
www.domain.tld/amqp
failed, butwww.domain.tld/amqp/
succeeds.Thank you for looking at this!