The split value for the virtual route
Just start using tanstack start and got an error
this is not a first issue with "The split value for the virtual route "
12 Replies
foreign-sapphire•3mo ago
can you share a complete reproducer? e.g. a github repo
typical-coral•3mo ago
also getting this with pnpm
it comes with the error
Error: The split value for the virtual route "/~start/server-entry.tsx" was not found.
foreign-sapphire•3mo ago
a reproducer would be helpful to spot the issue
typical-coral•3mo ago
I can see if i can reproduce. FWIW the code works perfectly after building with nitro and running the output. its only on vite dev. When I open the localhost it sends that message with nothing
foreign-sapphire•3mo ago
it would already help if you can send a full debug log
enables this
typical-coral•3mo ago
in my env or the root?
foreign-sapphire•3mo ago
if you are on mac/linux, just run this and then
vite dev
typical-coral•3mo ago
foreign-sapphire•3mo ago
that'S on macOS, right?
oh it might be a too old vite version
can you upgrade to latest vite version?
typical-coral•3mo ago
That is on macOS yes. let me try.
it looks like that is it. I am trying to install 6.3.5, but maybe one of my other dependencies is preventing the latest from being installed?
It looks like some of these expect 6.1.0 and not the latest version
that was it. I did have a override in my root package.json maybe from a previous workaround
foreign-sapphire•3mo ago
nice
firm-tanOP•3mo ago
thanks for reply, but it was my mistake
because I had custom
router.tsx
in nexted directory i fixed it