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
stormy-goldOP•2y ago
This my main.tsx

xenial-black•2y 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?
itchy-amethyst•2y ago
Looks like the issue I had yesterday after upgrading. Clearing node_modules and starting with a clean slate made it work for me
stormy-goldOP•2y ago
Yes, it's latest version
I just tried to recreate the project. And it's works without different code 🤣
Thanks @TkDodo 🔮 @Chris Horobin