diff --git a/apps/frontend/src/pages/hosting/manage/[id].vue b/apps/frontend/src/pages/hosting/manage/[id].vue index def7fc92..c93569ee 100644 --- a/apps/frontend/src/pages/hosting/manage/[id].vue +++ b/apps/frontend/src/pages/hosting/manage/[id].vue @@ -15,7 +15,19 @@ />
+ +
+
{ return } + // Skip node test if node is null (upgrading/provisioning) + if (server.general?.node === null) { + isLoading.value = false + return + } + server .testNodeReachability() .then((result) => {