Replies: 1 comment 1 reply
-
please create a GitHub issue for this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When defining a pathless layout route (
_appLayout.tsx
) inside a folder (app/), TanStack Router incorrectly treats it as a route. Instead of returning a Not found when accessing/app
, it renders an empty HTML page.folder structure
Issue
Expected:
/app
should return Not found page (since_appLayout.tsx
is pathless).Actual:
/app
renders an empty HTML page instead.Any insights or fixes would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions