# When setting up the project, lando start fails

**URL:** https://discourse.roots.io/t/when-setting-up-the-project-lando-start-fails/25189
**Category:** radicle
**Created:** 2023-04-19T23:18:00Z
**Posts:** 3

## Post 1 by @codingideas — 2023-04-19T23:18:00Z

After installing lando `lando-arm64-v3.15.0.dmg`, from here [Releases · lando/lando · GitHub](https://github.com/lando/lando/releases) 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/](https://radicle.lndo.site/)

I’m getting an error here:

:warning: APPSERVER NGINX URLS  
:heavy_multiplication_x: [https://localhost:49879](https://localhost:49879) [302] - REQUEST FAILED WITH STATUS CODE 302  
:heavy_multiplication_x: [http://localhost:49880](http://localhost:49880) [302] - REQUEST FAILED WITH STATUS CODE 302  
:heavy_multiplication_x: [http://radicle.lndo.site:8000/](http://radicle.lndo.site:8000/) [302] - REQUEST FAILED WITH STATUS CODE 302  
:heavy_multiplication_x: [https://radicle.lndo.site/](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`

---

## Post 2 by @ben — 2023-04-20T01:43:49Z

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](https://github.com/lando/lando/releases/tag/v3.11.0)

---

## Post 3 by @codingideas — 2023-04-20T02:34:28Z

Yessir. I will try in a few minutes.
