ddanielr commented on issue #5769: URL: https://github.com/apache/accumulo/issues/5769#issuecomment-3152811807
> I was seeing this too. Tried `ctrl+f5` and that fixed it for me. > > Prior to trying `ctrl+f5` I looked in the developer console and saw the followng. Saw some other errors to, but did not copy them. After the hard refresh, not seeing any errors in the developer console. > > ``` > jquery-3.7.1.js:3793 Uncaught ReferenceError: contextPath is not defined > at getManager (functions.js:343:26) > at updateManagerAlerts (systemAlert.js:117:3) > at updateSystemAlerts (systemAlert.js:154:3) > at HTMLDocument.<anonymous> (systemAlert.js:171:3) > at mightThrow (jquery-3.7.1.js:3489:29) > at process (jquery-3.7.1.js:3557:12) > ``` That's referencing the new variable that was added in #5729. I believe this is due to the html being cached so the var never exists, but the JS functions might have reloaded and are now looking for the undefined var. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
