Skip to content

FAQ Quirks

Matt Poole edited this page Jul 9, 2024 · 2 revisions

Lando not working when it was before

I had the tooling that was provided by the drupal10 recipe just stop working all together. I could rename the project and it started working again. For things like this, I highly recommend deleting files for your project name in ~/.lando/cache/[project-name].* See also https://docs.lando.dev/help/purging-containers.html

Proxy container stops working

Try to find the container name like docker ps -a | grep traefik, then docker rm landoproxyhyperion5000gandalfedition_proxy_1 or whatever the container name is.