diff --git a/app/Livewire/Server/Navbar.php b/app/Livewire/Server/Navbar.php index 7b250fa8f..4e3481912 100644 --- a/app/Livewire/Server/Navbar.php +++ b/app/Livewire/Server/Navbar.php @@ -72,7 +72,7 @@ public function restart() // Check Traefik version after restart to provide immediate feedback if ($this->server->proxyType() === ProxyTypes::TRAEFIK->value) { - CheckTraefikVersionForServerJob::dispatch($this->server); + CheckTraefikVersionForServerJob::dispatch($this->server, get_traefik_versions()); } } catch (\Throwable $e) { return handleError($e, $this);