After upgrading from Drupal 9 to Drupal 10 I receive this error message when trying to save Content language and translation page (/admin/config/regional/content-language):
LogicException: Missing bundle entity, entity type file_type, entity id undefined. in Drupal\Core\Entity\EntityType->getBundleConfigDependency() (line 877 of [...]/core/lib/Drupal/Core/Entity/EntityType.php).
The code around line 877 on /core/lib/Drupal/Core/Entity/EntityType.php reads:
I just (finally) was able to update from 10.1.8 to 10.2.2 but I am now getting the following error on all site pages. I enabled verbose error logging in my settings.local.php to get this