@girish Reloading brings me back to the restore page. But I discover something else: watching the browsers consol there came up some errors:
angular.js:13920 TypeError: Cannot read properties of undefined (reading 'backupFolder')
at $scope.restore (restore.js? [sm]:290:1)
at fn (eval at compile (angular.js:14817:15), <anonymous>:4:212)
at b (angular.js:15906:18)
at e (angular.js:25885:17)
at b.$eval (angular.js:17682:16)
at b.$apply (angular.js:17782:20)
at HTMLFormElement.<anonymous> (angular.js:25890:17)
at HTMLFormElement.dispatch (jquery.min.js:3:8066)
at r.handle (jquery.min.js:3:4767)
(anonymous) @ angular.js:13920
DevTools failed to load source map: Could not load content for https://my.xeac.de/3rdparty
/js/showdown.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load source map: Could not load content for https://my.xeac.de/3rdparty/js/angular-cookies.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
Error: $scope.configureBackup is undefined
$scope.restore@https://my.xeac.de/js/restore.js:290:13
fn@https://my.xeac.de/3rdparty/js/angular.min.js line 233 > Function:4:212
b@https://my.xeac.de/3rdparty/js/angular.min.js:126:128
e@https://my.xeac.de/3rdparty/js/angular.min.js:276:196
$eval@https://my.xeac.de/3rdparty/js/angular.min.js:145:347
$apply@https://my.xeac.de/3rdparty/js/angular.min.js:146:52
Lc[b]</compile/</<@https://my.xeac.de/3rdparty/js/angular.min.js:276:247
dispatch@https://my.xeac.de/3rdparty/js/jquery.min.js:3:8066
add/r.handle@https://my.xeac.de/3rdparty/js/jquery.min.js:3:4767
angular.js:13920:17
From what I see here, I would guess the code behind does not fit the frontend. Any hint on how to solve this?