Vapor assets exception: The process has been signaled with signal "11"
I use public S3 repo + cloudFront url for assets. Both S3 and CF are auto-generated by Laravel Vapor during each deployment.
The issue:
so, in the views blade.php files I use {{asset('....')}} and it works fine for http requests in browsers
BUT, when rendering the same view in a CLI command, or Queue job and saving it as .pdf, the images are not showing. and an exception is thrown:
{ "message": "The process has been signaled with signal "11".", "context": { "exception": { "class": "Symfony\Component\Process\Exception\ProcessSignaledException", "message": "The process has been signaled with signal "11".", "code": 0, "file": "/tmp/vendor/symfony/process/Process.php:428" }, }
Please or to participate in this conversation.