Management UI returns JS errors on specific pages/nodes #12999
-
Describe the bugJust started learning how to use and deploy RabbitMQ so it might be a mistake on my part but i cant think of anything more to check.
When i login to the web ui on node1 or node3 i cannot see exchanges, queues or in the admin section - users, policies or limits. The error i get is I have also tested to confirm but i can send messages to that vhost from any node and receive from any node so the cluster appears to function as intended, only the web ui seems to have problems. Reproduction steps
Expected behaviorThe web UI should work the same on all nodes in a cluster. Right? Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello, thanks for using RabbitMQ. The issue you report is not eligible for free community support from Team RabbitMQ (support policy). In addition, Team RabbitMQ does not maintain anything Puppet-related. It's extremely unlikely that you have found a bug with RabbitMQ or the Management UI. More likely, you have an issue in your specific environment, or, there is something wrong with Puppet (also unlikely). I suggest you do the following:
All someone should have to do to reproduce the issue is the following: git clone https://github.com/Miscki/rabbitmq-puppet-issue.git
cd rabbitmq-puppet-issue
make # or ./setup.sh, or some Puppet command Anything more than the above and you are asking someone to spend far too much time giving you free support. |
Beta Was this translation helpful? Give feedback.
-
@Miscki you haven't even bothered to mention what RabbitMQ version is used. With a probability of 0.99, you have an existing browser cache that the Upgrade docs explicitly require you to clear. As of |
Beta Was this translation helpful? Give feedback.
Hello, thanks for using RabbitMQ.
The issue you report is not eligible for free community support from Team RabbitMQ (support policy). In addition, Team RabbitMQ does not maintain anything Puppet-related.
It's extremely unlikely that you have found a bug with RabbitMQ or the Management UI. More likely, you have an issue in your specific environment, or, there is something wrong with Puppet (also unlikely).
I suggest you do the following: