You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When customizing basepath in createRouter and visiting /, the router first renders not found and then redirects to /basepath/ (with trailing slash even though trailing slash is disabled)
Which project does this relate to?
Start
Describe the bug
When customizing basepath in
createRouterand visiting/, the router first renders not found and then redirects to/basepath/(with trailing slash even though trailing slash is disabled)Your Example Website or App
https://codesandbox.io/p/devbox/unruffled-hodgkin-8y6p2q?workspaceId=ws_3crUW8RxweSdTKWh8AMbfP
Steps to Reproduce the Bug or Issue
Remove
/basepathfrom URL manually.Expected behavior
One of the two:
/basepath/without showing not found/basepath/Screenshots or Videos
Screen.Recording.2025-05-07.at.11.58.42.mov
Platform
tanstack start basic example
Additional context
No response