RabbitMQ management UI access throws Javascript Uncaught error: ReferenceError: ac is not defined
search cancel

RabbitMQ management UI access throws Javascript Uncaught error: ReferenceError: ac is not defined

book

Article ID: 293159

calendar_today

Updated On:

Products

VMware RabbitMQ

Issue/Introduction

Accessing RabbitMQ management UI throws Javascript Uncaught error: ReferenceError: ac is not defined. Here is an example stack trace from the console:
 
Uncaught error: ReferenceError: ac is not defined
main.js:1180 Stack: ReferenceError: ac is not defined
    at Array.process (eval at compile (http://localhost:15672/js/ejs-1.0.min.js:1:6654), <anonymous>:140:2)
    at EJS.render (http://localhost:15672/js/ejs-1.0.min.js:1:1885)
    at format (http://localhost:15672/js/main.js:1176:21)
    at http://localhost:15672/js/main.js:463:24
    at with_reqs (http://localhost:15672/js/main.js:1158:9)
    at http://localhost:15672/js/main.js:1154:17
    at req.onreadystatechange (http://localhost:15672/js/main.js:1235:17)

Screenshot 2023-11-17 at 12.56.38 PM.png


Resolution

This is typically related to using an older version of the UI in the browser cache.

To resolve the issue, refresh the browser after clearing the browser cache.