js error on http management page #9621
-
Describe the bugReproduction stepsjust install RabbitMQ version 3.11x,3.12x Expected behaviorwhy would that happened? another issue is that is you install use home-brew, you will get issue when you start service, only 3.12.x version had that problem Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Oct 1, 2023
Replies: 1 comment
-
@clcaod clearing your browser cache will help. As for Homebrew, it does not enable all feature flags on upgrades, which 3.12.0 requires. You can enable them explicitly or, since Homebrew installations are non-production in practice, remove node's data directory and let it start, then enable all feature flags. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@clcaod clearing your browser cache will help. As for Homebrew, it does not enable all feature flags on upgrades, which 3.12.0 requires.
You can enable them explicitly or, since Homebrew installations are non-production in practice, remove node's data directory and let it start, then enable all feature flags.