Open misilot opened 2 years ago
Looks like the canonical_url for taxonomies is being set to http://default/ ?
See https://gist.github.com/misilot/9351f7c673cbfcc15968a0b0dc296552 for my config export
@misilot do you mind adding a comment based on what was suggested during today's tech call. Wondering if this could lead to an addition to the docs. Maybe a drush tips section? Also, could be helpful for others that run into this same issue.
I think they suggested that you use the -l
or --uri=
flags when running drush?
From the tech call, its because drush
not being run with -l $(SITE), so it's using the default site.
Changing the following line helped: https://github.com/Islandora-Devops/isle-dc/blob/f259da03746c179a67f3b6e6ac0cda2e60a5c39e/Makefile#L165
On possible way to fix is:
docker-compose exec -T drupal with-contenv bash -lc "for_all_sites import_islandora_migrations"
OH I see. Jeff's solution is correct, but will force people to upgrade to alpha-19 or higher. That current line 165 should be fixed per Tom's comment to add -l $(SITE)
in #248
Hello,
I am currently seeing the following in my alpaca logs on release 18.
Thanks!