You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Laravel Forge and I have 2 sites on same server, both using Inertia and SSR. When I enable Inertia SSR via Forge for 2nd site, it starts at same port and kills the SSR of first site.
It's same in local development, when I run both commands to starts SSR php artisan inertia:start-ssr, the other one gets killed.
I can't find any docs in Inertia or Laravel docs how to update the port.
The text was updated successfully, but these errors were encountered:
The default port used by SSR is 13714.
How to change it?
I use Laravel Forge and I have 2 sites on same server, both using Inertia and SSR. When I enable Inertia SSR via Forge for 2nd site, it starts at same port and kills the SSR of first site.
It's same in local development, when I run both commands to starts SSR
php artisan inertia:start-ssr
, the other one gets killed.I can't find any docs in Inertia or Laravel docs how to update the port.
The text was updated successfully, but these errors were encountered: