Hey @hugogogo – Welcome to the Local Community Forums!
The Bugs channel is meant for topics that are more fleshed out with specific errors as well as detailed replication steps. Because of this, I’ve moved this topic to the more general “Support” category until we zero in on what exactly is going on!
Looking at the Local log, it seems like there’s an issue with there being a PHP process still holding onto a socket:
{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[18-Sep-2021 16:32:55] ERROR: Another FPM instance seems to already listen on %%site.runData%%/php/php-fpm.socket","timestamp":"2021-09-18T14:32:55.013Z"}
{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[18-Sep-2021 16:32:55] ERROR: FPM initialization failed","timestamp":"2021-09-18T14:32:55.014Z"}
{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[18-Sep-2021 16:32:55] ERROR: Another FPM instance seems to already listen on %%site.runData%%/php/php-fpm.socket","timestamp":"2021-09-18T14:32:55.705Z"}
{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[18-Sep-2021 16:32:55] ERROR: FPM initialization failed","timestamp":"2021-09-18T14:32:55.708Z"}
{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[18-Sep-2021 16:32:56] ERROR: Another FPM instance seems to already listen on %%site.runData%%/php/php-fpm.socket","timestamp":"2021-09-18T14:32:56.262Z"}
{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[18-Sep-2021 16:32:56] ERROR: FPM initialization failed","timestamp":"2021-09-18T14:32:56.263Z"}
{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[18-Sep-2021 16:32:56] ERROR: Another FPM instance seems to already listen on %%site.runData%%/php/php-fpm.socket","timestamp":"2021-09-18T14:32:56.809Z"}
{"thread":"main","class":"Process","process":"phpFpm","level":"warn","message":"[18-Sep-2021 16:32:56] ERROR: FPM initialization failed","timestamp":"2021-09-18T14:32:56.810Z"}
Note the parts that look like:
ERROR: Another FPM instance seems to already listen on ...
It’s possible that one of those old PHP processes isn’t closing down fully. As a first step, I’d recommend fully rebooting the computer to see if that cleans things up.
Another thing to try after a full reboot is to create a new site to see if this is happening for all sites in Local, or just one in particular. Let us know what you find out!