Issue Summary
This seems to be a regression from the fix for this thread: Unable to disable Local routing in 5.9.6 - Support - Local Community
Exactly as before, even when I close Lando completely the routing is still running, blocking ports 80 and 433.
I have to run this snippet, compliments of @afregen, to get the process to stop and the ports top open:
lsof -i | grep LISTEN | grep 'nginx\|httpd' | awk '{print $2}' | xargs -n 1 kill
Troubleshooting Questions
-
Does this happen for all sites in Local, or just one in particular?
-
Are you able to create a new, plain WordPress site in Local and access it in a Browser?
System Details
-
Which version of Local is being used? 5.10.3
-
What Operating System (OS) and OS version is being used? MacOS 11.2.3
local-lightning.log (365.7 KB)
