I recently update node on my mac, and strangely, all my laravel projects have stopped working. I use Valet for my Laravel project. So when I try to open local.myproject.test it shows 502 Bad Gateway nginx/1.17.2
Screenshots of Nginx error logs are as follows. log/php-fpm.log
I tried to check what was running on port 80 with the command sudo lsof -i:80 , here is the output