Client side error after uprgade to 9.24.5

5
Hello, Do you have any idea please how to figure out the root cause of the following error?.  Cannot set properties of undefined (setting 'hash') TypeError: Cannot set properties of undefined (setting 'hash')     at a.addChanges (http://localhost:8083/mxclientsystem/mxui/mxui.js?638181560713350628:5:407064)     at m (http://localhost:8083/mxclientsystem/mxui/mxui.js?638181560713350628:66:60746)     at p (http://localhost:8083/mxclientsystem/mxui/mxui.js?638181560713350628:66:59261)     at g.retrieveByPath (http://localhost:8083/mxclientsystem/mxui/mxui.js?638181560713350628:64:27733)
asked
2 answers
1

Try to open as many pages as possible with your browser dev tools console open to see on which page the error occurs. 

Then determine which custom widgets (from the Marketplace) are present on that page and check if they need an update to work with 9.24.5. 

 

answered
0

You might be helpful to find what is wrong in checkwidgets.

This is accessible from [App] – [Tools] – [ Check Widgets] . Also, you can use update widgets.

I hope it will work for you.

answered