lando icon indicating copy to clipboard operation
lando copied to clipboard

ERROR ==> Lando could not detect an open port amongst: 80, 8000, 8080, 8888, 8008

Open denics opened this issue 3 years ago • 3 comments

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

denics avatar Jul 18 '22 13:07 denics

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"

sk33lz avatar Dec 08 '22 20:12 sk33lz

Ensured, the issue is with the lando proxy, but I do not know where.

denics avatar Dec 10 '22 16:12 denics

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

dakala avatar Jan 25 '24 09:01 dakala