ERROR ==> Lando could not detect an open port amongst: 80, 8000, 8080, 8888, 8008
Dear all,
I really like lando and I use it in all my projects.
Unfortunately, since a couple of months I have this error ERROR ==> Lando could not detect an open port amongst: 80, 8000, 8080, 8888, 8008.
The only way of fixing the issue is to delete the .lando folder and destroying the project. I cannot find any documentation or previous issue so I am wondering if this is an issue with my working environment.
Lando 3.6.5 OS MacOS 12.4
Ensure you do not have other installed applications running on those ports. I've seen issues with Lando's containers starting extremely slow because Carbonite Backup's admin interface was apparently using all those ports by default for example.
Check what ports are currently listening on a Mac with the following command.
lsof -i -P | grep -i "listen"
Ensured, the issue is with the lando proxy, but I do not know where.
I'm getting the same error. Destroying the project and deleting the .lando folder hasn't helped. Nothing is running on those ports. The same application runs on an Intel Mac. Perhaps it's the Apple chip?
Lando v3.20.8 Apple M1 Pro macOS Sonoma 14.2.1