diff --git a/app/Livewire/Upgrade.php b/app/Livewire/Upgrade.php index 5ef966f43..9dc51ccb3 100644 --- a/app/Livewire/Upgrade.php +++ b/app/Livewire/Upgrade.php @@ -33,7 +33,7 @@ class Upgrade extends Component } $this->rateLimit(1, 60); $this->updateInProgress = true; - UpdateCoolify::run(force: true, async: true); + UpdateCoolify::run(force: true, async: false); } catch (\Throwable $e) { return handleError($e, $this); }