When setting up the project, lando start fails

After installing lando lando-arm64-v3.15.0.dmg, from here Releases · lando/lando · GitHub I followed the steps below

  1. composer-install
  2. In bud.config.js: Replace http://radicle.test with https://radicle.lndo.site
  3. Run yarn && yarn build
  4. Run lando start
  5. Visit https://radicle.lndo.site/

I’m getting an error here:

:warning: APPSERVER NGINX URLS
:heavy_multiplication_x: https://localhost:49879 [302] - REQUEST FAILED WITH STATUS CODE 302
:heavy_multiplication_x: http://localhost:49880 [302] - REQUEST FAILED WITH STATUS CODE 302
:heavy_multiplication_x: http://radicle.lndo.site:8000/ [302] - REQUEST FAILED WITH STATUS CODE 302
:heavy_multiplication_x: https://radicle.lndo.site/ [302] - REQUEST FAILED WITH STATUS CODE 302

node: 18.13.0
yarn: 1.22.19
docker: 4.16.2 (95914)

I have tried:

  • lando poweroff & lando rebuild
  • Removing my docker universe with running docker stop $(docker ps -a -q) and docker rm $(docker ps -a -q)
  • lando start

It looks like Lando v3.15.0 is a pre-release, can you try the latest stable release?

https://github.com/lando/lando/releases/tag/v3.11.0

1 Like

Yessir. I will try in a few minutes.