Hello,
Up until a few days ago I migrated my experimental RabbitMQ Server single node from 3.9.x to 3.10.5. After the upgrade, the Management UI stopped accessing the queues. I can navigate anywhere I want but I cannot access the queues by clicking from the queue manager.
The error on screen is
> Not found
> The object you clicked on was not found; it may have been deleted on the server.
In the Network tab, the response is a 404 with a body
{"error":"Object Not Found","reason":"Not Found"}
The same applies when trying to access a queue from an Exchange manager's Bindings entry. It also applies to streams and to queues from other vhosts.
I am not using the default vhost (/), I am working with one with a normal name (blue), but the default one does exist.
My user has full access and is also tagged as administrator.
There is nothing in my logs (any of them), only normal operations, no errors, no warnings.
The UI does show the queues being updated as more work comes in so everything underneath is working as expected. The issue seems to be only at the Management UI level.
Am I missing something? Did I screw up the migration?
My enabled plugins
Configured: E = explicitly enabled; e = implicitly enabled
| Status: * = running on rabbit@anaga-staging-rabbitmq
|/
[E*] rabbitmq_auth_backend_http
[E*] rabbitmq_management
[e*] rabbitmq_management_agent
[E*] rabbitmq_shovel
[E*] rabbitmq_shovel_management
[E*] rabbitmq_stream
[E*] rabbitmq_stream_management
[e*] rabbitmq_web_dispatch
(all the plugins are 3.10.5)