Hello. After upgrading address v1 to v2 and after i run this command: drush updb I get this error
> [notice] Update started: address_post_update_default_widget_wrapper
> [error] The "default" entity type does not exist.
> [error] Update failed: address_post_update_default_widget_wrapper
[error] Update aborted by: address_post_update_default_widget_wrapper
[error] Finished performing updates.
I tried to upgrade the database with Drupal update.php and this update is available for the address module
address module
Add the "Wrapper type" setting to the default widget.
and after applying the pending update I get this error
Update default_widget_wrapper
Failed: Drupal\Component\Plugin\Exception\PluginNotFoundException: The "default" entity type does not exist. in Drupal\Core\Entity\EntityTypeManager->getDefinition() (line 142 of /web/core/lib/Drupal/Core/Entity/EntityTypeManager.php).
Active
2.0
Code