Angular.js errors in Back Office after upgrade to Umbraco 8.12.1
Hi,
I have just upgraded to Umbraco 8.12.1 and now getting the following error in the back office. I seem to be able to do everything fine, but please can some one shed some light on this and the solution.
Thank you
Kind regards,
Pete
TypeError: Cannot convert undefined or null to object
at Function.entries (<anonymous>)
at umbraco.services.js?cdv=224803909:5717
at processQueue (angular.js?cdv=224803909:18013)
at angular.js?cdv=224803909:18061
at Scope.$digest (angular.js?cdv=224803909:19180)
at Scope.$apply (angular.js?cdv=224803909:19568)
at done (angular.js?cdv=224803909:13411)
at completeRequest (angular.js?cdv=224803909:13668)
at XMLHttpRequest.requestLoaded (angular.js?cdv=224803909:13573) "Possibly unhandled rejection: {}"
I am also having similar issue when clicking on nodes on Settings page in backoffice.
angular.js?cdv=1632393342:15635 TypeError: Cannot read property 'propertyAlias' of null
at notifyCallback (umbraco.services.js?cdv=1632393342:9422)
at Object.subscribe (umbraco.services.js?cdv=1632393342:9891)
at umbraco.directives.js?cdv=1632393342:18593
at processQueue (angular.js?cdv=1632393342:18013)
at angular.js?cdv=1632393342:18061
at Scope.$digest (angular.js?cdv=1632393342:19180)
at Scope.$apply (angular.js?cdv=1632393342:19568)
at done (angular.js?cdv=1632393342:13411)
at completeRequest (angular.js?cdv=1632393342:13668)
at XMLHttpRequest.requestLoaded (angular.js?cdv=1632393342:13573) "Possibly unhandled rejection: {}"
I have done following:
Upgraded Umbraco to 8.16 from 8.4.
Restarted site in IIS
Incremented ClientDependency and cleared browser cache
Hi Ali,
Yes, I am sometimes getting that error, like when I am timed out after being logged in. It does not seem to stop anything working. I am now up to the latest version 8.16.0
If I log in OK, then clear the console then the error does not appear again.
I have actually stopped worrying about it, though knowing the exact reason for this error would be good.
Kind regards,
Pete
Angular.js errors in Back Office after upgrade to Umbraco 8.12.1
Hi, I have just upgraded to Umbraco 8.12.1 and now getting the following error in the back office. I seem to be able to do everything fine, but please can some one shed some light on this and the solution.
Thank you
Kind regards, Pete
Hi Peter,
Can you set debug to false on the compilation tag in your web.config
When it's set to false the ClientDependency framework will not bundle and minify files. It should give you a more clear error.
Another options is to change the version in /config/ClientDependency.config and clear the cache of your browser.
Dave
Hi Dave, Thank you for your reply. I will try these things. I wondered if it was a known error in Umbraco 8.12.1 Kind regards,
Pete
Hi
Did you find any solution Peter?
I am also having similar issue when clicking on nodes on Settings page in backoffice.
I have done following:
Hi Ali, Yes, I am sometimes getting that error, like when I am timed out after being logged in. It does not seem to stop anything working. I am now up to the latest version 8.16.0 If I log in OK, then clear the console then the error does not appear again. I have actually stopped worrying about it, though knowing the exact reason for this error would be good. Kind regards, Pete
Hi
I am getting the errors only for my custom dashboard after upgrade to Umbraco 8.16.
I am also getting similar error for custom dashboard for Umbraco RedirectsViewer package.
Best regards Ali
is working on a reply...