Oct 19, 2024
0
Level 9
Laravel Octane
I keep getting the following error when trying to start Laravel Octane locally:
ERROR 2024-10-19T21:41:04.548-0400 ERROR container/poller.go:16 vertex got an error {"id": "http.Plugin", "error": "static_pool_allocate_workers: WorkerAllocate: fork/exec /Users/*****/Library/Application: permission denied"}
ERROR github.com/roadrunner-server/endure/pkg/container.(*Endure).poll.func1
ERROR github.com/roadrunner-server/[email protected]/pkg/container/poller.go:16
ERROR error: static_pool_allocate_workers: WorkerAllocate: fork/exec /Users/*****/Library/Application: permission denied
ERROR plugin: http.Plugin
I'm running an Apple M1 MacBook (hence the directory structure), and I think maybe there is some unescaped folder reference somewhere trying to point to something in the Application Support directory, but I wouldn't even know the first place to begin to look for where it is given Octane's/RoadRunner's abysmal error messages. No clues left in storage/logs/laravel.log or nginx logs... Worth noting I guess is that I am using Laravel Herd as well...
Anyone faced similar issues with Laravel Octane and solved it?
Please or to participate in this conversation.