diff --git a/frontend-modern/src/components/SetupWizard/steps/ConnectStep.tsx b/frontend-modern/src/components/SetupWizard/steps/ConnectStep.tsx index 860fe5061..77f57d81c 100644 --- a/frontend-modern/src/components/SetupWizard/steps/ConnectStep.tsx +++ b/frontend-modern/src/components/SetupWizard/steps/ConnectStep.tsx @@ -84,8 +84,6 @@ export const ConnectStep: Component = (props) => { body: JSON.stringify({ subnet: 'auto' }), }); - if (!response.ok) throw new Error('Discovery failed'); - // Poll for results for (let i = 0; i < 10; i++) { await new Promise(r => setTimeout(r, 2000));