From b9bbedce94b613ec3932f34abf796e62182548e2 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 00:28:41 +0000 Subject: [PATCH] Improve console error to show message string cgen-57ce146f11374600bb7ea565a1af068a --- client/components/onboarding/Welcome.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/onboarding/Welcome.tsx b/client/components/onboarding/Welcome.tsx index 6dadda03..65d707a3 100644 --- a/client/components/onboarding/Welcome.tsx +++ b/client/components/onboarding/Welcome.tsx @@ -235,7 +235,7 @@ export default function Welcome({ (Object.keys(payload || {}).length ? JSON.stringify(payload) : "Server check failed"); - console.error("Server check-verification failed", payload); + console.error("Server check-verification failed:", serverMessage); toastError({ title: "Unable to verify", description: serverMessage,