Which project does this relate to?
Router
Describe the bug
IF you do vp dev the error occurs. It says Cannot get /. Note that using npm run dev or bun run dev which runs vite under the hood works fine.
The fix in #6982 (comment) fixes the issue.
Your Example Website or App
https://github.com/ultra2207/tanstack_test
Steps to Reproduce the Bug or Issue
- git clone into the reproducer
- Install Vite-plus
- Run vp dev and open the url
Expected behavior
it will show "Cannot GET /"
Screenshots or Videos
No response
Platform
When using Vite-plus cli.
Additional context
No response
Which project does this relate to?
Router
Describe the bug
IF you do vp dev the error occurs. It says Cannot get /. Note that using npm run dev or bun run dev which runs vite under the hood works fine.
The fix in #6982 (comment) fixes the issue.
Your Example Website or App
https://github.com/ultra2207/tanstack_test
Steps to Reproduce the Bug or Issue
Expected behavior
it will show "Cannot GET /"
Screenshots or Videos
No response
Platform
When using Vite-plus cli.
Additional context
No response