TIL: How to enable Inertia SSR in Forge

11.7.2025

laravel inertia forge TIL
action pattern

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:

  1. Write npm ci && npm run build: ssr in the Deployment Script

  1. Then turn on Inertia SSR integration in forge

If i am missing something please let me know.