You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like this happens when some node in the tree varies by culture but the current does not. In that case currentNode.variants might contain variants where language is null.
angular.js:15697 TypeError: Cannot read properties of null (reading 'culture')
at SeoVisualizerController.controller.js?d=4f5cc42776ce7c22d0f3a5192cc8b716815d6199:97:93
at Array.filter (<anonymous>)
at $scope.getTitle (SeoVisualizerController.controller.js?d=4f5cc42776ce7c22d0f3a5192cc8b716815d6199:97:70)
at fn (eval at compile (angular.js:16548:15), <anonymous>:4:144)
at angular.js:17559:31
at m.$digest (angular.js:19262:34)
at m.$apply (angular.js:19630:13)
at angular.js:21773:25
at Yg.completeTask (angular.js:21403:7)
at angular.js:6879:7
The text was updated successfully, but these errors were encountered:
Seems like this happens when some node in the tree varies by culture but the current does not. In that case
currentNode.variants
might contain variants where language is null.The text was updated successfully, but these errors were encountered: