Solid Start not deploying on vercel in turborepo

Hi all, my solid start project doesn't deploy to vercel, aka every build fails. There are no error's though, the build fails, because the deployment duration takes over 45 minutes. There are 0 errors in the output log, and the output ends with the following
backend:build: solid-start build
backend:build: version 0.2.32
backend:build: adapter vercel
backend:build:
backend:build: solid-start building client...
backend:build: solid-start rendering index.html...
backend:build: solid-start build
backend:build: version 0.2.32
backend:build: adapter vercel
backend:build:
backend:build: solid-start building client...
backend:build: solid-start rendering index.html...
2 Replies
Grahf
Grahf10mo ago
Looks like you're using the right adapter. If you have your vite.config.js setup the only thing I could think of is updating to the latest version of solid start
ericwaetke
ericwaetke10mo ago
upgraded everything to 3.5, still no luck I noticed that local builds also stagnate at the "rendering index.html" step, also I found this issue: https://github.com/solidjs/solid-start/issues/383 It's not exactly the same issue tho. I also can't use ssr however, since that also doesn't seem to work in my turborepo setup...
GitHub
Solid start build sometimes stalls (with ssr: false) · Issue #383 ·...
(Sometimes) Log stucks on vercel when trying to build & deploy, no error or anything it just freezes. It does work when trying to build locally but it is pretty annoying having to wait for it t...
No description