Files
accounted/app
Jakob WennbergandClaude Opus 4.6 b969d76949 fix: remove stale root page.tsx that crashed dashboard for new users (#17)
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>
2026-03-12 20:03:57 +01:00
..
2026-03-11 14:54:53 +01:00