Which project does this relate to?
Start
Describe the bug
I've create a Start project with pnpm create @tanstack/start@latest. I have not touched the code, I'm just installing the dependencies and launching the project. Dev version works ok, but when I try to build and preview the production build, I get Cannot GET /:
Your Example Website or App
I didn't change anything in the code
Steps to Reproduce the Bug or Issue
- create the project
pnpm create @tanstack/start@latest.
cd test
pnpm build && pnpm serve
- go to localhost:4173 in the browser
Expected behavior
I expect to see the sample project, something like this (this is a screenshot from running the dev build):
Screenshots or Videos
No response
Platform
- Router / Start Version: 1.132.0
- OS: OS X 15.3.1 (24D70)
- Browser: Safari and a Chromium-based
- Browser Version: Safari 18.3
- Bundler: vite
- Bundler Version: 7.1.9
Additional context
I tried to launch the server manually node dist/server/server.js. It just quits immediately
Which project does this relate to?
Start
Describe the bug
I've create a Start project with
pnpm create @tanstack/start@latest. I have not touched the code, I'm just installing the dependencies and launching the project. Dev version works ok, but when I try to build and preview the production build, I getCannot GET /:Your Example Website or App
I didn't change anything in the code
Steps to Reproduce the Bug or Issue
pnpm create @tanstack/start@latest.cd testpnpm build && pnpm serveExpected behavior
I expect to see the sample project, something like this (this is a screenshot from running the dev build):
Screenshots or Videos
No response
Platform
Additional context
I tried to launch the server manually
node dist/server/server.js. It just quits immediately