mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[GH-ISSUE #232] Getting 404 in build version #55
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kingRayhan on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/cloudflare/vinext/issues/232
I just boot up a fresh Vinext to play with it. It was working in dev, but I was getting 404s in the build version.
https://github.com/user-attachments/assets/e03c7b97-205b-490a-bf19-afebb24bf73c
@WuMingDao commented on GitHub (Mar 3, 2026):
Hi, I to this question for fun, you offect your project link of github?
@southpolesteve commented on GitHub (Mar 5, 2026):
Will take a look and see if I can reproduce. Haven't tested a ton with Bun yet so might be the issue. Does swapping to node fix it?
@southpolesteve commented on GitHub (Mar 7, 2026):
Thanks for the report! I tried reproducing this with both Node and Bun across several setups (fresh app with published vinext@0.0.23, monorepo fixtures, App Router, Pages Router) and wasn't able to get 404s in the production build. Everything returned 200 as expected.
To help debug this, could you provide:
package.json,vite.config.ts, andnext.config.*(if you have one)bun --version)A reproducible repo would be the fastest path to figuring this out.
@southpolesteve commented on GitHub (Mar 7, 2026):
Closing for now since we can't reproduce. Feel free to reopen if you have a reproduction repo or the additional info mentioned above!