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
When using the Concurrency facade, specifically the run method, the following error is triggered:
The command "'php' 'artisan' 'invoke-serialized-closure'" failed. Working directory: /Users/charlie/Development/Sites/example Error: proc_open(): posix_spawn() failed: No such file or directory
For context, this only errors when going through Laravel Herd. If I run this through php artisan serve the code runs fine.
I have even tried a re-install of Herd and the same error.
Platform
macOS
Operating system version
macOS Sonoma 14.6.1
System architecture
ARM64 (M1, M2, etc)
Herd Version
1.11.0 (Build 33)
PHP Version
PHP 8.3.11 (cli) (built: Sep 10 2024 15:12:42) (NTS)
Bug description
When using the
Concurrency
facade, specifically therun
method, the following error is triggered:For context, this only errors when going through Laravel Herd. If I run this through
php artisan serve
the code runs fine.I have even tried a re-install of Herd and the same error.
Steps to reproduce
Create an endpoint like the following:
If you go to
<site>.test/concurrency
(running through Herd) you'll hit that error.Now do
php artisan serve
and go to127.0.0.1:8000/concurrency
and the code will run fine.Relevant log output
No response
The text was updated successfully, but these errors were encountered: