rabbitmq: Cannot log in to the management page through port 15672 after installation

question

After installing rabbitmq through docker, I cannot log in to the management page through port 15672. display as shown

undefined: There is no template at js/tmpl/login.ejs undefined

insert image description here

solve

This is because the management plug-in is not activated. Enter the following command to activate. If rabbitmq is installed through docker, it must be executed in the rabbitmq container.

rabbitmq-plugins enable rabbitmq_management

Log in again for normal access
insert image description here

Guess you like

Origin blog.csdn.net/qq_24950043/article/details/124181600