Replies: 2 comments 1 reply
-
Both endpoints do exist and they are not registered conditionally. This is very easy to verify with a local 3.13.3 node with the management plugin enabled:
You may be using a proxy that only proxies one of the two endpoints. |
Beta Was this translation helpful? Give feedback.
1 reply
-
There were no relevant changes in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello RabbitMQ peeps!
I just upgraded my RabbitMQ instance from 3.12 to 3.13.3 on Monday. After the upgrade my Management UI was working until I accessed the API by simply visiting the url. I visited the endpoint that shows the connection information (/api/connections).
After hunting around the web to try and find out what would cause this behavior, I found the suggestions here for clearing the browser cache, so I did that. It didn't help. Next I went through the settings for the instance to ensure that it had the management plugin enabled, and that my user has access to all information, and just to make sure I granted global permissions and set the user as administrator.
Since none of those things worked, I then rebuilt the docker container that is hosting RMQ, no love there either.
Next I looked at the browser console to see if there were errors, and there is an error:

I tried other browsers too to see if it was a FireFox issue, and the same error is present no matter the browser. This feels like something simple that I have configured that isn't compatible with 3.13.3...
I tried to access the api endpoint referenced and it doesn't seem to exist. The "api/depricated-features" exists, just not the "/used" portion.
For clarity, I am using the "rabbitmq:management" docker container.
Does anyone know how I can fix this?
Beta Was this translation helpful? Give feedback.
All reactions