RabbitMQ localhost not working after running docker-compose
See original GitHub issueRabbitMQ 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:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same error. It can be solved by cleaning the browser’s cache
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