Allow onboarding to continue after failed env test

This commit is contained in:
Dotta
2026-03-04 14:46:29 -06:00
parent b198b4a02c
commit 9df0dd867e

View File

@@ -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, {