TIL: How to enable Inertia SSR in Forge
11.7.2025
laravel inertia forge TIL
For me until this point the moement I just toggle the Inertia SSR on Forge never worked for me.
I had always to do this:
- Write
npm ci && npm run build: ssrin the Deployment Script

- Then turn on Inertia SSR integration in forge

If i am missing something please let me know.