You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dist/index.html # Works and is served at '/'
dist/about.html # Doesn't work: '/about' returns a 404
dist/jobs/index.html # Works and is served at '/jobs'
(The reproduction isn't minimal but I believe it isn't required to be minimal to debug this. Let me know if you want a minimal reproduction.)
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
(The reproduction isn't minimal but I believe it isn't required to be minimal to debug this. Let me know if you want a minimal reproduction.)
Reproduction
https://github.com/brillout/reprod-vite-preview-bug
Steps to reproduce
Same as single line (copy-paste me):
Go to localhost:3000/about and observe:
Actual behavior: 404.
Expected behavior:
dist/client/about.html
should be served.System Info
Used Package Manager
pnpm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: