Replies: 3 comments 5 replies
-
Clearing browser cache (and local storage just in case) will help. We cannot suggest anything else with this amount of information |
Beta Was this translation helpful? Give feedback.
0 replies
-
@burgoyn1 at a minimum you must tell us what version of RabbitMQ and Erlang you are using. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I can't reproduce. Please see this comment, especially if you have just upgraded RabbitMQ. Also please note that you are not using the latest version of RabbitMQ.
Management UI: ![]() |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
The management UI is completely blank but when I check the network logs, all the webhooks and calls are working correctly/returning json.
Reproduction steps
Log into the UI, it is blank
Expected behavior
I expect to see charts/menus/queue data but I am not.
Additional context
I am getting the following error in the javascript:
Uncaught TypeError: user.tags.split is not a function
at setup_global_vars (global.js:210:444)
at check_login (main.js:12:1)
at start_app_login (main.js:7:488)
at HTMLDocument. (main.js:1:522)
at e (jquery-3.5.1.min.js:2:30005)
at t (jquery-3.5.1.min.js:2:30307)
Sorry for not providing much information. All I had to go by was the blank screen, the above console error. Here is the json from the "overview" endpoint:
Beta Was this translation helpful? Give feedback.
All reactions