Closed lbernick closed 4 years ago
rabbitmq_management
pluginI suspect the issue is with the docker image or is specific to your environment. The RabbitMQ engineering team does not maintain the docker image - perhaps open an issue in that repository?
highlight_extra_whitespace
was introduced in 3.7.17
. If you have accessed management UI in an earlier version, you must clear browser cache when upgrading. This is mentioned in the Upgrade guide.
Thanks for the quick response! Clearing my browser cache resolved this issue for me. I'll update this issue if this error pops up again and isn't resolved by clearing the cache, or if we find a reliable way to reproduce the issue.
When clicking on a specific queue in the queues page on the UI or trying to navigate to the URL for a queue, the following error frequently appears in the browser instead of the desired page:
Traceback:
ReferenceError: highlight_extra_whitespace is not defined ReferenceError: highlight_extra_whitespace is not defined at Array.process (eval at compile (https://<hostname>/js/ejs-1.0.min.js:1:6654), :1:180) at EJS.render (https://<hostname>/js/ejs-1.0.min.js:1:1885) at format (https://<hostname>/js/main.js:1086:21) at https://<hostname>/js/main.js:444:24 at with_reqs (https://<hostname>/js/main.js:1068:9) at https://<hostname>/js/main.js:1064:17 at XMLHttpRequest.req.onreadystatechange (https://<hostname>/js/main.js:1144:17)
Browser: Chrome 79.0.3945.130 OS: MacOS Mojave version 10.14.6
RabbitMQ Version: Using 3.7 image from Dockerhub (https://github.com/docker-library/rabbitmq/blob/2ca391613d0c76bf0da98ca609b858f50e6140f4/3.7/ubuntu/Dockerfile). Uses Erlang version 22.2.6.
rabbitmq-plugins list:
curl https:/<host>/\#/queues/<vhost>/<queue name>
returns the source html just fine.JS console output:
Please let me know if there's any other information that would be helpful here.