The root app/page.tsx was intercepting the / route and redirecting authenticated users to /tasks, preventing the dashboard page in (authenticated)/page.tsx from rendering. Removing it lets the route group's auth guard handle both cases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>