Replies: 1 comment
-
RabbitMQ 3.9 has reached end of life. I cannot reproduce in cutting edge Chrome, Firefox, Safari. Chances are you have upgraded to 3.9 from an earlier version and need to clear your browser's cache. See this very similar rabbitmq-users thread, for example. |
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.
-
Describe the bug
The rabbitmq version is 3.9.28, erlang version is 24.3.4.13, go to the management page, click Admin, then click Users error message.
The error message is as follows
SyntaxError: Unexpected token 'catch' SyntaxError: Unexpected token 'catch' at EJS.Compiler.compile (http://localhost:15672/js/ejs-1.0.min.js:1:6659) at new EJS (http://localhost:15672/js/ejs-1.0.min.js:1:1625) at format (http://localhost:15672/js/main.js:1164:20) at http://localhost:15672/js/main.js:486:24 at with_reqs (http://localhost:15672/js/main.js:1147:9) at http://localhost:15672/js/main.js:1143:17 at req.onreadystatechange (http://localhost:15672/js/main.js:1238:17)
I checked the official documents,the rabbitmq version is suitable to the erlang version.I don't konw how to slove this problem
Reproduction steps
1.Go to the management page.http://localhost:15672
2.Click Admin.
3.Click Users.
...
Expected behavior
I want to know how to slove this problem.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions