mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
(fix): redirect to step 1 when install resume fails instead of blank page
This commit is contained in:
@@ -1074,7 +1074,9 @@
|
||||
if (existingInstallId) {
|
||||
resumeInstall(existingInstallId).then((resumed) => {
|
||||
if (!resumed) {
|
||||
startFreshInstall();
|
||||
clearInstallId?.();
|
||||
clearInstallLock?.();
|
||||
window.location.href = '/?step=1';
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user