Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter Laurie 42 posts 116 karma points
    Mar 23, 2021 @ 15:04
    Peter Laurie
    0

    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: {}"
    
  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Mar 24, 2021 @ 07:49
    Dave Woestenborghs
    0

    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

  • Peter Laurie 42 posts 116 karma points
    Mar 24, 2021 @ 08:21
    Peter Laurie
    0

    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

  • Ali 31 posts 124 karma points
    Sep 08, 2021 @ 08:19
    Ali
    0

    Hi

    Did you find any solution Peter?

    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: {}"
    

    enter image description here

    I have done following:

    • Upgraded Umbraco to 8.16 from 8.4.
    • Restarted site in IIS
    • Incremented ClientDependency and cleared browser cache
    • Reloaded Memory cache in Umbraco
    • Tried incognito-mode in browser
  • Peter Laurie 42 posts 116 karma points
    Sep 08, 2021 @ 11:21
    Peter Laurie
    0

    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

  • Ali 31 posts 124 karma points
    Sep 08, 2021 @ 13:00
    Ali
    0

    Hi

    I am getting the errors only for my custom dashboard after upgrade to Umbraco 8.16. enter image description here

    I am also getting similar error for custom dashboard for Umbraco RedirectsViewer package.

    Best regards Ali

Please Sign in or register to post replies

Write your reply to:

Draft