Allow onboarding to continue after failed env test
This commit is contained in:
parent
b198b4a02c
commit
9df0dd867e
1 changed files with 0 additions and 6 deletions
|
|
@ -303,12 +303,6 @@ export function OnboardingWizard() {
|
||||||
if (isLocalAdapter) {
|
if (isLocalAdapter) {
|
||||||
const result = adapterEnvResult ?? (await runAdapterEnvironmentTest());
|
const result = adapterEnvResult ?? (await runAdapterEnvironmentTest());
|
||||||
if (!result) return;
|
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, {
|
const agent = await agentsApi.create(createdCompanyId, {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue