#Vite 8 + Vercel + Tanstack Start
8 messages · Page 1 of 1 (latest)
Having same issue..
Reverting to vite 7.3.1 fixed it
https://discord.com/channels/719702312431386674/1490005967067414608
Bro you are such a live saver!!!! Thanks a lot! This worked 😄
It seems like for local dev i have to comment out
// ssr: {
// noExternal: true,
// target: "node",
// },
for it to work, do you have the same issue @gleaming glen ?
I was able to deploy it this is my package.json,
https://github.com/shubhattin/sora2_video_generator/blob/main/package.json
whats the error youre seeing @strange dragon , local dev works perfectly even with ssr: { noExternal: true }