diff --git a/src_assets/common/assets/web/troubleshooting.html b/src_assets/common/assets/web/troubleshooting.html index e76ef918..56ae4b3d 100644 --- a/src_assets/common/assets/web/troubleshooting.html +++ b/src_assets/common/assets/web/troubleshooting.html @@ -274,9 +274,10 @@ } }) .catch((e) => { - this.serverRestarting = false; - console.error(e); - alert("Restart error!"); + this.serverRestarting = false + location.href = './login' + console.error(e) + return }); }, quit() {