Closed nerdroid23 closed 9 months ago
Have the same problem
Have you tried lando update
?
@reynoldsalec might have news on this
@tormi yes, I have and I get the same error as the other commands
I also tried downgrading lando and that did not work. The only way I could fix the issue was by changing the caching mechanism of the recipe. This is not ideal since I need some features of memcached.
recipe: laravel
config:
php: '8.1'
composer_version: 2-latest
via: nginx:1.18
database: mysql:8.0
- cache: memcached
+ cache: redis
xdebug: false
webroot: public
@nerdroid23 new Laravel release should fix this issue: https://github.com/lando/laravel/releases/tag/v1.2.0
Run lando update
and you should be set!
@reynoldsalec Thank you!!
I'm having another issue however... running lando update
. I haven't run in this issue before
@nerdroid23 you've probably seen some of the messages regarding this, but you'll probably want to download the newest version of Lando and try re-running. There were some issues in the lando update
functionality that we're rolling out fixes for.
@reynoldsalec thanks for the heads-up! 🙌🏾
After upgrading to the latest version of lando
v3.21.0-beta.1
, the lando app won't start and I keep getting the error in the title.I did run
lando setup
lando setup
``` lando setup is a convenience command to help you satisify the dependencies needed to run Lando. Typically it includes the installation and setup of some combination of the below However, if you already have the needed dependencies it will happily do nothing and exit. ◼ Common Lando Plugins ◼ Docker Desktop ◼ Docker Compose It will attempt to install plugins first and then it will run any needed setup tasks. For more information on customizing setup please run lando setup --help Generating plugin installation matrix... done [nothing to install] Generating setup task installation matrix... done [nothing to install] As far as lando setup can tell you are good to go and do not require additional setup! ```I tried
lando restart --debug
lando restart --debug
``` lando ERROR Error: Could not find a service builder called laravel-memcached in the builder registry! at Factory.get (/snapshot/cli/node_modules/@lando/core/lib/factory.js) at /snapshot/cli/node_modules/@lando/core/hooks/app-add-v3-services.js at arrayEach (/snapshot/cli/node_modules/@lando/core/node_modules/lodash/lodash.js) at Function.forEach (/snapshot/cli/node_modules/@lando/core/node_modules/lodash/lodash.js) at /snapshot/cli/node_modules/@lando/core/hooks/app-add-v3-services.js at AsyncEvents.Is there any other that I can do to make it work or do I just have to downgrade for now...?