diff --git a/app/portainer/views/home/homeController.js b/app/portainer/views/home/homeController.js index 643988c97..78dc765d2 100644 --- a/app/portainer/views/home/homeController.js +++ b/app/portainer/views/home/homeController.js @@ -127,6 +127,7 @@ angular.module('portainer.app') }) .catch(function error(err) { Notifications.error('Failure', err, 'Unable to connect to the Docker endpoint'); + $state.reload(); }) .finally(function final() { $scope.state.connectingToEdgeEndpoint = false;