ran composer update and now getting this
The website encountered an unexpected error. Try again later.
Drupal\Component\Plugin\Exception\PluginNotFoundException: The "entity_links" plugin does not exist. Valid plugin IDs for Drupal\filter\FilterPluginManager are: codefilter, editor_file_reference, filter_align, filter_autop, filter_caption, filter_html, filter_htmlcorrector, filter_html_escape, filter_html_image_secure, filter_image_lazy_load, filter_null, filter_url, filter_footnotes, convert_image_filter_tags_to_media, convert_img_assist_tags_to_media, convert_acidfree_tags_to_media, media_embed in Drupal\Core\Plugin\DefaultPluginManager->doGetDefinition() (line 53 of core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php).
I got logged in but cannot edit any formats so I can't fix this. How do I fix it manually?
Comments
I've found in the past that
I've found in the past that when this has happened, something has not completed in the upgrade. Did you run the database update script after? Did you clear caches? Try each of those a few times. If it doesn't work, stepping back and trying the upgrade again is often quicker than trying to figure out what went wrong.
Contact me to contract me for D7 -> D10/11 migrations.
Did all those things
I re-ran composer several times, and also ran every cache clearing command I could think of.
fixed it
after some flailing around I found a backup where entity_links wasn't installed and successfully copied the editor.editor.full_html and filter.format.full_html config entities into the database, at which point it started working again. Now it looks like I have some outdated version flailing to do next, whee