I was working on this issue with nhojivar7 at DrupalCon Barcelona contribution's day.
After removing orphaned types in group_content and group_content_field_data tables, updating the database by
> drush updatedb
results in
> [notice] Update started: group_update_9200
> [notice] Update completed: group_update_9200
> [notice] Update started: group_update_9201
> [notice] Update completed: group_update_9201
> [notice] Update started: group_update_9202
> [notice] Update completed: group_update_9202
> [notice] Update started: group_update_9203
> [error] 'plugin_id' not found
> [error] Update failed: group_update_9203
[error] Update aborted by: group_update_9203
[error] Finished performing updates.
or by /update.php
Update #9203
Failed: Drupal\Core\Entity\Query\QueryException: 'plugin_id' not found in Drupal\Core\Entity\Query\Sql\Tables->ensureEntityTable() (line 369 of /home/xd/Docks/web/core/lib/Drupal/Core/Entity/Query/Sql/Tables.php).
I am facing the same issue, having this error in the console at inserting an image :
Uncaught CKEditorError: r.Model is not a constructor
Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#erro... is not a constructor
_getResizeDropdownListItemDefinitions https://mysite.eu/modules/contrib/ckeditor_media_resize/js/build/mediaRe...
xdequinze → created an issue.
Here is a patch.
xdequinze → created an issue.
Is this patch fixing the issue ?
I am still trying to find my way, I hope it helps.
Trying to launch a drupalpod on the issue, I get this error in screenshot.
I am working on this issue at DrupalCon Lille.
@joachim, I am trying to understand the issue. Would you like to provide more details about it ? What are you trying to achieve ?
The last patch didn't work for me, using Drupal 9.5.11.
I updated to make it working.