Weird exception after upgrade to 3.47.1-01

Hi everyone,

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.

Thanks for your help.

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.

ie https://<nexus-host>/?debug

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!

We’ve got an open issue for this here: Loading...

The cause has been identified. Follow that issue for further updates.

Rich

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.

Thanks a lot, Rich.

It’s good to read that I’m not the only one experiencing the same issue.