diff --git a/UI/WebServerResources/js/Common/Common.app.js b/UI/WebServerResources/js/Common/Common.app.js index a4f6dc6a8..269b231a5 100644 --- a/UI/WebServerResources/js/Common/Common.app.js +++ b/UI/WebServerResources/js/Common/Common.app.js @@ -376,7 +376,7 @@ $window.recovered = true; $window.location.href = $window.ApplicationBaseURL + $state.href($state.current); } - else if (!rejection.data.quiet) { + else if (rejection.data && !rejection.data.quiet) { // Broadcast the response error $rootScope.$broadcast('http:Error', rejection); }