The root app/page.tsx was a stale duplicate of app/(dashboard)/page.tsx that shadowed it for the / route. It had a wrong column name (accounts vs accounts_data) in the bank_connections query causing a 400 error, and was missing props (onboardingProgress, firstName). This caused "Something went wrong" for users completing onboarding. Removing it lets app/(dashboard)/page.tsx handle / correctly through the dashboard layout with proper data fetching. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>