What is your exact question ? Is it about SSR ? SSR is in the title of your post but you don't say anything about this in the body of your post.
Nov 23, 2022
7
Level 1
SSR - components not rendering on shared hosting
welcome everybody.
I have programmed a website using Laravel + Inertiajs + Vuejs + Vite and added SSR to it,
To run the site on the localhost
run php artisan serve
npm run dev
npm run build
node bootstrap/ssr/ssr.mjs
It Shows well and the code appears fine when I press Ctrl + U to see the source
But when I upload the site on a shared hosting, the site appears fine, and the code does not appear when I press Ctrl + U to see the source.
And that's bad with SEO.
how i can fix this?
Please or to participate in this conversation.