Replies: 3 comments 1 reply
-
Please prefer "Discussions" for when you have questions like this. There is, as of now, no evidence of a bug. More than likely it is a problem with your nginx configuration. Could you please provide a complete docker compose project that starts RabbitMQ and nginx exactly the same way you are, so I can see the issue? Right now you're asking me to set this up myself when, ideally, I would just clone a repo with your files, and run |
Beta Was this translation helpful? Give feedback.
-
@peppies - you originally opened your issue in https://github.com/rabbitmq/rabbitmq-server/discussions Please include the following information:
Again, your job is to make it easy for me to see the issue, at which point I can assist you. Team RabbitMQ is small and we do not have the time to spend reproducing issues. Thanks for understanding. |
Beta Was this translation helpful? Give feedback.
-
Please clear your browser's cache and see if that makes any difference. |
Beta Was this translation helpful? Give feedback.
-
RabbitMQ 3.12.4
Erlang 26.0.2
Nginx 1.23.2
Enabled Plugins:
rabbitmq_management
rabbitmq_management_agent
rabbitmq_web_dispatch
amqp_client
cowboy
cowlib
Greetings,
I am trying to get RabbitMQ Management UI to work on a website URL:
http://mywebsite.com/rabbitmq/
However, I am receiving this error in an orange bar at the bottom of the page:
undefined: There is no template at js/tmpl/login.ejs undefined
I looked in Chrome's network and other files are loading, just not login.ejs. Here is a screenshot:
The UI does work on my server IP address though:
http://[server-ip-address]:15672/
I have added the following to my Nginx server block for the domain name, which is referenced in the RabbitMQ Management Docs - https://www.rabbitmq.com/management.html#http-api-proxy:
Seems like it should be working, but it is not.
Beta Was this translation helpful? Give feedback.
All reactions