#New Vue.js Starter Kit does not support SSR??
16 messages · Page 1 of 1 (latest)
Similar to https://discord.com/channels/297040613688475649/1344578012389179493 (and the one linked there)
There probably was no focus on SSR, so yeah, SSR support is kinda non-existent
Damn...
Can we still add SSR as described in the Inertia docs? Or do you see any complications?
That should work just fine. You'd probably need to update a thing or two tho, make components fully SSR compatible etc
I mean what would be the advantage to have SSR on a laravel/intertia stack?
SEO basically
Rich embeds, UX, SEO, there's more reasons to opt for SSR
So it behaves just like nextjs, got it.
Well no, SSR in Next is rather different, as that would then perform every navigation in a SSR-way. Inertia's SSR is more of a hybrid; the initial visit is rendered with SSR, then navigations happen with XHR (the same as without SSR)
It's actually quite some effort...
I especially see the error message [Vue warn]: Property "route" was accessed during render but is not defined on instance during server-side rendering.
Any idea where this is coming from?
I am facing the same problem, how is the ssr work in L12 vuejs
stuck on artisan inertia:start-ssr
The starter does not support SSR, as previously mentioned.