Fixmedium riskhigh confidencecommunity validated

TanStack Router blank page after auth redirect

Missing <Outlet/> in _authenticated layout.

By Contributor · published 5/5/2026

In plain English

Ensure your app layout templates include a placeholder for page content, or your users will see a blank screen after logging in. This simple step tells the system exactly where to display your information.

Parent layout routes need <Outlet/> or children render nowhere.

Discussion

0 comments

Loading comments…

Sign in to join the discussion.

Want the technical version? Switch the detail level at the top of the page toBuilder orTechnical.