I’ve completed an upgrade from 3.45.1-01 to 3.47.1-01 just a couple of hours ago without too much of a hassle. Initially Nexus seemed to work fine once restarted, but now it keeps throwing this exception randomly when I browse through the repositories:
Uncaught TypeError: Cannot read properties of undefined (reading 'rendered')
https://<nexus-host>/static/rapture/nexus-coreui-plugin-prod.js?_v=3.47.1-01&_e=PRO&_c=2023-02-10-0103-15352:1)
Any ideas? Even after a second restart the exception is still firing.
Can you try going to your nexus instance with ?debug added at the end of the url but before the hash mark? That should give us a stack trace we can follow to see what is causing the problem.
I’m fiddling with the debug console now. Exception has just been thrown again, but I can’t find it under the “Logging” tab from the Developer console. Should it be displayed there? I see there are different levels of severity (debug, info) but so far nothing such as “error” has showed up.
EDIT: I just found the “Threshold: all” option, so I’ll keep you posted now that I know everything will be logged.
Thanks for taking a look. I meant try looking in the browser console, not the application logs. Sounds like the issue has already been identified in the ticket that @rseddon mentioned.