#Vite 8 + Vercel + Tanstack Start

8 messages · Page 1 of 1 (latest)

dusty cobalt
#

Has anyone whose hosting their tanstack start app on Vercel able to upgrade to Vite 8? When updating, my application returns a Cannot GET /

I'm asuming it has to do with the nitro vite plugin?

strange dragon
gleaming glen
#

got tanstack working on vercel

strange dragon
strange dragon
#

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 ?

split cape
gleaming glen
#

whats the error youre seeing @strange dragon , local dev works perfectly even with ssr: { noExternal: true }