question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RabbitMQ localhost not working after running docker-compose

See original GitHub issue

RabbitMQ localhost not working after running docker-compose up command

Getting following error on login ReferenceError: disable_stats is not defined ReferenceError: disable_stats is not defined at Object.process (eval at compile (http://localhost:15672/js/ejs-1.0.min.js:1:6654), :6:29) at EJS.render (http://localhost:15672/js/ejs-1.0.min.js:1:1885) at format (http://localhost:15672/js/main.js:1086:21) at check_login (http://localhost:15672/js/main.js:89:34) at start_app_login (http://localhost:15672/js/main.js:75:9) at HTMLDocument. (http://localhost:15672/js/main.js:3:5) at e (http://localhost:15672/js/jquery-3.4.1.min.js:2:29453) at t (http://localhost:15672/js/jquery-3.4.1.min.js:2:29755)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

27reactions
ilgigradcommented, Apr 20, 2020

I had the same error. It can be solved by cleaning the browser’s cache

5reactions
robsieracommented, Feb 15, 2020

I have the same error on Windows (not Docker) after upgrading from v3.6.6 to v3.8.2. No additional information in the logfile. Search in google for [rabbitmq “disable_stats is not defined”] only gives me this github page.

EDIT: After stopping and starting the server and a Ctrl+F5 in the browser, the error disappeared

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rabbitmq doesn't start with docker-compose - Stack Overflow
Show activity on this post. I use docker-compose up --build command. Logs are ok, but I cannot open rabbitmq at localhost:15672 .
Read more >
bitnami/rabbitmq - Docker Image
In this example, we will create a RabbitMQ client instance that will connect to the server instance that is running on the same...
Read more >
Troubleshooting Network Connectivity - RabbitMQ
The following example uses telnet to connect to host localhost on port 5672. There is a running node with stock defaults running on...
Read more >
Binding your docker app container to rabbitmq container
Lets first start by downloading the rabbitmq-3-management image and running the container on your local workstation. ... Once the container starts ...
Read more >
Rabbitmq Docker Requirements - Blog Flávia Rita
To configure a Node.js project and install the AMQP library, we run the following ... the docker-compose file: When you open localhost:15672/ in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found