Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error "drupal8 is not a supported recipe type" after upgrading lando from 3.20.6 to 3.20.7 #80

Closed
WebBeest opened this issue Dec 12, 2023 · 1 comment

Comments

@WebBeest
Copy link
Sponsor

After upgrading lando to 3.20.7 from 3.20.6 I get the following error when doing a lando rebuild -y

WARN ==> drupal8 is not a supported recipe type.
ERROR ==> Could not find a service builder called drupal8 in the builder registry!

The recipe is drupal8, I've also tried drupal10 (since the project has been upgraded in the meantime) but to no result.

Lando file:

name: myproject
recipe: drupal8
config:
  php: '8.1'
  composer_version: '2.6.5'
  via: apache
  database: mysql
  drush: ^8
  xdebug: false
  webroot: web

System: Ubuntu 22.04.3 LTS
Docker 24.0.7, build afdd53b

@pirog pirog transferred this issue from lando/lando Dec 12, 2023
@pirog pirog added Needs Triage and removed drupal labels Dec 12, 2023
@WebBeest
Copy link
Sponsor Author

It has been resolved with 3.20.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants