Hi, I upgraded my site at the last version 8.6. It's all ok but the big problem is that in the member section I can't create or view member.
TypeError: Cannot read property '0' of undefined
at init (umbraco.controllers.js?cdv=38466319:12507)
at umbraco.controllers.js?cdv=38466319:12435
at processQueue (angular.js?cdv=38466319:17948)
at angular.js?cdv=38466319:17996
at Scope.$digest (angular.js?cdv=38466319:19115)
at Scope.$apply (angular.js?cdv=38466319:19503)
at done (angular.js?cdv=38466319:13346)
at completeRequest (angular.js?cdv=38466319:13603)
at XMLHttpRequest.requestLoaded (angular.js?cdv=38466319:13508) "Possibly unhandled rejection: {}"
Is it only my problem? And in this case what I can check to solve the problem?
Error in Member section
Hi, I upgraded my site at the last version 8.6. It's all ok but the big problem is that in the member section I can't create or view member. TypeError: Cannot read property '0' of undefined at init (umbraco.controllers.js?cdv=38466319:12507) at umbraco.controllers.js?cdv=38466319:12435 at processQueue (angular.js?cdv=38466319:17948) at angular.js?cdv=38466319:17996 at Scope.$digest (angular.js?cdv=38466319:19115) at Scope.$apply (angular.js?cdv=38466319:19503) at done (angular.js?cdv=38466319:13346) at completeRequest (angular.js?cdv=38466319:13603) at XMLHttpRequest.requestLoaded (angular.js?cdv=38466319:13508) "Possibly unhandled rejection: {}"
Is it only my problem? And in this case what I can check to solve the problem?
Thank you
I solved it. It was an update error with nuget that didn't copy some files.
is working on a reply...