Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

oncebar's avatar

SSR - not working on cloud hosting

Hello . I'm programming a website on localhost, and I added SSR to this method https://osmianski.com/configuring-server-side-rendering-in-a-laravel-vue-inertia-project. now working fine. But the problem is: When I upload the site to an external hosting, SSR does not work. How i can fix that.?

0 likes
8 replies
Sinnbeck's avatar

Seems to work fine for me? Explain exactly what isnt working

Sinnbeck's avatar

@oncebar how is set up on the server? How are you running the website and ssr server?

oncebar's avatar

I add the files to a .ZIP file and upload them As I used to do with all sites

oncebar's avatar

@Sinnbeck i'm trying to run node bootstrap/ssr/ssr.mjs on namecheap's terminal, but i see this error bash: node: command not found

Sinnbeck's avatar

@oncebar that sounds like shared hosting. Not sure if you can make it work there. I don't assume you are allowed to install node on the server

Please or to participate in this conversation.