- Issue created by @solideogloria
- 🇫🇮Finland YevKo Espoo
I confirm the issue. drush updb is failing after the upgrade to 2.1 : The "field_item:dynamic_entity_reference" plugin does not exist.
After upgrading to 2.1.x, I get a white screen of death, because it removed the Dynamic Entity Reference module without uninstalling it first. If I try to uninstall it, it requires me to delete my linkchecker entity type and uninstall the module as well.
composer require 'drupal/linkchecker:^2.1@alpha'
Either document the proper method of upgrading, or have the module do it automatically on upgrade.
Active
2.1
Code
I confirm the issue. drush updb is failing after the upgrade to 2.1 : The "field_item:dynamic_entity_reference" plugin does not exist.