fix(gnore): Onboarding fixes (#26824)

This commit is contained in:
Nerivec
2025-03-22 16:11:06 +01:00
committed by GitHub
parent 0714582eb9
commit f2a1c9a2be
3 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ function generateHtmlError(errors: string): string {
}
function getServerUrl(): URL {
return new URL(process.env.Z2M_ONBOARD_URL ?? 'http://localhost:8080');
return new URL(process.env.Z2M_ONBOARD_URL ?? 'http://0.0.0.0:8080');
}
async function startOnboardingServer(): Promise<boolean> {