- 🇺🇦Ukraine SerShevchyk Lutsk
If you use Lando for local development you can add the next lines to the .lando.yml
tooling: drush: service: appserver cmd: /bin/sh -c "drush --root=$LANDO_WEBROOT --uri=https://$LANDO_APP_NAME.lndo.site $@" "$0"
The /sites folder for the site in question contains the following subfolders:
./all
./default
The only settings.php file is in default. Yet when I execute drush status
, the Site URI value is always given as 'http://default' unless I explicitly specify the URI.
Is this normal behavior now? If not, what are some configuration elements that could be causing it?
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
If you use Lando for local development you can add the next lines to the .lando.yml
tooling:
drush:
service: appserver
cmd: /bin/sh -c "drush --root=$LANDO_WEBROOT --uri=https://$LANDO_APP_NAME.lndo.site $@" "$0"