From 59507f18ec98e906fc7244ebf6597096f6f422cf Mon Sep 17 00:00:00 2001 From: Dotta Date: Wed, 4 Mar 2026 14:46:29 -0600 Subject: [PATCH] Allow onboarding to continue after failed env test --- ui/src/components/OnboardingWizard.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ui/src/components/OnboardingWizard.tsx b/ui/src/components/OnboardingWizard.tsx index 017736b2..b12c0739 100644 --- a/ui/src/components/OnboardingWizard.tsx +++ b/ui/src/components/OnboardingWizard.tsx @@ -303,12 +303,6 @@ export function OnboardingWizard() { if (isLocalAdapter) { const result = adapterEnvResult ?? (await runAdapterEnvironmentTest()); if (!result) return; - if (result.status === "fail") { - setError( - "Adapter environment test failed. Fix the errors and test again before continuing." - ); - return; - } } const agent = await agentsApi.create(createdCompanyId, {