diff --git a/src/js/filemanager.js b/src/js/filemanager.js index fa5fc01f8..33f26243f 100644 --- a/src/js/filemanager.js +++ b/src/js/filemanager.js @@ -168,7 +168,7 @@ app.controller('FileManagerController', ['$scope', '$translate', '$timeout', 'Cl } Client.filesGet($scope.id, $scope.type, parentPath, 'data', function (error, result) { - if (error) return openPath(path); // try again + if (error) return setTimeout(function () { openPath(path); }, 2000); // try again in some time // amend icons result.entries.forEach(function (e) {