Issue - All Routes Not Found
I followed this tutorial https://tanstack.com/router/latest/docs/framework/react/quick-start, but all routes return not-found


4 Replies
sensitive-blueOP•17mo ago
This my main.tsx

old-apricot•17mo ago
I just tried the quickstart and it looks to be working for me. Can you make sure you're on the latest versions of the vite plugin and router?
equal-aqua•17mo ago
Looks like the issue I had yesterday after upgrading. Clearing node_modules and starting with a clean slate made it work for me
sensitive-blueOP•17mo ago
Yes, it's latest version
I just tried to recreate the project. And it's works without different code 🤣
Thanks @TkDodo 🔮 @Chris Horobin