Hi,
I made a fresh install of rabbitmq on debian 7.3 / amd64 using package provided by rabbitmq team.
The version installed is 3.3.5.
I'm facing several but similar problem in the management interface.
Here are the steps to reproduce bug:
- Add a user (let's say 'plop')
- Select the user created
- Click on Set permission
Nothing happens after clicking
Firebug shows a 404 error:
https://rabbitmq.domain.com//api/permissions/%2F/plop 404 Object Not Found
Same behavior when trying to access queue details:
- Add a queue called IOS_1
- Click on the queue name to get details (URL called:
https://rabbitmq.domain.com//#/queues/%2F/IOS_1)
I get a
Not found
The object you clicked on was not found; it may have been deleted on the server.
Using the command line, all is working as expected.
Thank you for your help.
Best Regards