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 27 posts 97 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 3325 posts 11170 karma points MVP 5x 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 27 posts 97 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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies