Updating to RC possibly broke deployment
Repo: redacted
Netlify permalink to broken 404 link: https://68d329d2af81ec328595856a--hatchetbrand.netlify.app/
I migrated to
createRouter() as per the guide.
Current deps
It deployed fine prior to RC, as if it cannot find the index.js file once built.
No build errors locally. Only the same warnings as seen on Netlify build log.
(Also gives me 404 on Vercel)
Likely something trivial as I see no one else seems to share this issue yet?

7 Replies
absent-sapphireOP•3mo ago
Also I did a test and deployed a fresh repo via the "Deploy to Netlify" button from Start Basic, and it also breaks into 404 the same way.
https://github.com/sebastiangraz/startest
And the resulting broken link: https://celadon-truffle-060b1e.netlify.app/
sensitive-blue•3mo ago
try the new
@netlify/vite-plugin-tanstack-start https://tanstack.com/start/latest/docs/framework/react/hosting#netlify--official-partnerHosting | TanStack Start React Docs
Hosting is the process of deploying your application to the internet so that users can access it. This is a critical part of any web development project, ensuring your application is available to the...
absent-sapphireOP•3mo ago
Thank you, it worked.
I already had it installed but not properly configured in vite.config, forgot to use
netlify() in the plugin array. Also I had to set my Netlify env as legacy-peer-deps=true
I assume to make it work on Vercel its installing Nitro V2/V3 correct?stormy-gold•2mo ago
Has anyone run into Netlify Build w/
pnpm fails -- vite not found?
I've been banging my head against a wall for 2 hours now to get it to build correctly, but it isn't working:
My package.json:
and my vite.config:
and the build logs:
I found a solution, if a little hacky: the build command in the toml file should be:
wee-sapphire•2mo ago
cc @Netlify (Partner)
other-emerald•2mo ago
Thank you — I've sent this onto the Netlify engineering team to look into.
flat-fuchsia•2mo ago
@Jack Stately would you be able to share the rest of your
package.json (or your whole repro!)? 🙏