- Issue created by @deviantintegral
- 🇨🇦Canada deviantintegral
Domain Menu Access issue is at https://www.drupal.org/project/domain_menu_access/issues/3418131 🐛 Do not create the domain access field when importing configuration Needs review .
10.x
2.0.0-beta1
Failures and exceptions are shown appropriately.
I have a few ideas so far:
We noticed that when running drush site:install --existing-config
that a notice of Field installation failed.
was being logged. This was confusing because why would a field fail to install, and more so why was it a notice? The error message also doesn't easily show in drush what module or even field name is failing.
I'm about to file a related issue in domain_menu_access, where the root of the error was caused. But, you can trigger this with:
$ drush -y site:install minimal && \
drush -y en domain_menu_access && \
drush -y config:export && \
drush -y site:install --existing-config
Active
2.0
Code
Domain Menu Access issue is at https://www.drupal.org/project/domain_menu_access/issues/3418131 🐛 Do not create the domain access field when importing configuration Needs review .