SSR in Turbo Repo
Hi you all,
I've recently converted 2 solid start projects of mine in a single turborepo
Since doint that, I'm not able to use SSR anymore.
No matter on what page I navigate, I'm prompted with this error:
An error occured while server rendering /:
Interestingly, as soon as I disable in my vite.config.ts
everything works. Except ssr of course.
Funnily enough, when I try to deploy on vercel without SSR, I get the exact from last year (https://github.com/solidjs/solid-start/issues/383) except that it should have been fixed already. (I'm on 0.2.30)
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...
0 Replies