inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.01k stars 224 forks source link

Inertia with Laravel + SSR + pm2 #579

Closed svkmedia closed 4 months ago

svkmedia commented 7 months ago

Hi we successfully deployed our app to server. App is built in Laravel + Inertia and is using SSR. Everything works as expected but sometimes we get following error:

fread(): supplied resource is not a valid stream resource "/vendor/symfony/process/Pipes/UnixPipes.php:122"

We are using pm2 process manager to take care about SSR. Any idea what's the reason of error? Everything is working fine just sometimes this error pops in laravel log...

driesvints commented 4 months ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.