diff --git a/apps/web/app/(auth)/onboarding/page.tsx b/apps/web/app/(auth)/onboarding/page.tsx index 722cbb60..94c54be9 100644 --- a/apps/web/app/(auth)/onboarding/page.tsx +++ b/apps/web/app/(auth)/onboarding/page.tsx @@ -28,7 +28,9 @@ export default function Home() { if (currStep > 3) { updateDb().then(() => { push("/home?q=what%20is%20supermemory"); - }); + }).catch((e) => { + console.error(e); + }); } }, [currStep]);