I get the following error when upgrading the database via the /update.php page.
I managed to update everything in composer, I am just stuck to at this point.
TypeError: Argument 1 passed to DrupalCoreEntityEntityEntityViewDisplay::collectRenderDisplay() must implement interface DrupalCoreEntityFieldableEntityInterface, instance of DrupallanguageEntityContentLanguageSettings given, called in /docroot/core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php on line 323 in DrupalCoreEntityEntityEntityViewDisplay::collectRenderDisplay() (line 165 of /docroot/core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php)
#0 /docroot/core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php(323): DrupalCoreEntityEntityEntityViewDisplay::collectRenderDisplay(Object(DrupallanguageEntityContentLanguageSettings), 'default')
#1 /docroot/core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php(425): Drupallayout_builderPluginSectionStorageOverridesSectionStorage->getDefaultSectionStorage()
#2 /docroot/core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php(105): Drupallayout_builderPluginSectionStorageOverridesSectionStorage->isApplicable(Object(DrupalCoreCacheCacheableMetadata))
#3 /docroot/core/modules/layout_builder/src/LayoutEntityHelperTrait.php(124): Drupallayout_builderSectionStorageSectionStorageManager->findByContext(Array, Object(DrupalCoreCacheCacheableMetadata))
#4 /docroot/core/modules/layout_builder/src/LayoutEntityHelperTrait.php(38): Drupallayout_builderInlineBlockEntityOperations->getSectionStorageForEntity(Object(DrupallanguageEntityContentLanguageSettings))
#5 /docroot/core/modules/layout_builder/src/InlineBlockEntityOperations.php(169): Drupallayout_builderInlineBlockEntityOperations->isLayoutCompatibleEntity(Object(DrupallanguageEntityContentLanguageSettings))
#6 /docroot/core/modules/layout_builder/layout_builder.module(211): Drupallayout_builderInlineBlockEntityOperations->handlePreSave(Object(DrupallanguageEntityContentLanguageSettings))
#7 [internal function]: layout_builder_entity_presave(Object(DrupallanguageEntityContentLanguageSettings), 'language_conten...')
#8 /docroot/core/lib/Drupal/Core/Extension/ModuleHandler.php(403): call_user_func_array('layout_builder_...', Array)
#9 /docroot/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(349): DrupalCoreExtensionModuleHandler->invokeAll('entity_presave', Array)
#10 /docroot/core/lib/Drupal/Core/Entity/EntityStorageBase.php(500): DrupalCoreConfigEntityConfigEntityStorage->invokeHook('presave', Object(DrupallanguageEntityContentLanguageSettings))
#11 /docroot/core/lib/Drupal/Core/Entity/EntityStorageBase.php(454): DrupalCoreEntityEntityStorageBase->doPreSave(Object(DrupallanguageEntityContentLanguageSettings))
#12 /docroot/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php(263): DrupalCoreEntityEntityStorageBase->save(Object(DrupallanguageEntityContentLanguageSettings))
#13 /docroot/core/lib/Drupal/Core/Entity/EntityBase.php(395): DrupalCoreConfigEntityConfigEntityStorage->save(Object(DrupallanguageEntityContentLanguageSettings))
#14 /docroot/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php(616): DrupalCoreEntityEntityBase->save()
#15 /docroot/core/lib/Drupal/Core/Config/ConfigInstaller.php(371): DrupalCoreConfigEntityConfigEntityBase->save()
#16 /docroot/core/lib/Drupal/Core/Config/ConfigInstaller.php(246): DrupalCoreConfigConfigInstaller->createConfiguration('', Array, true)
#17 /docroot/core/lib/Drupal/Core/Config/ConfigInstaller.php(156): DrupalCoreConfigConfigInstaller->installOptionalConfig(Object(DrupalCoreConfigExtensionInstallStorage), Array)
#18 /docroot/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php(75): DrupalCoreConfigConfigInstaller->installDefaultConfig('module', 'path_alias')
#19 /docroot/core/lib/Drupal/Core/Extension/ModuleInstaller.php(287): DrupalCoreProxyClassConfigConfigInstaller->installDefaultConfig('module', 'path_alias')
#20 /docroot/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php(83): DrupalCoreExtensionModuleInstaller->install(Array, false)
#21 /docroot/core/modules/system/system.install(2668): DrupalCoreProxyClassExtensionModuleInstaller->install(Array, false)
#22 /docroot/core/includes/update.inc(246): system_update_8803(Array)
#23 /docroot/core/includes/batch.inc(295): update_do_one('system', 8803, Array, Array)
#24 /docroot/core/includes/batch.inc(137): _batch_process()
#25 /docroot/core/includes/batch.inc(93): _batch_do()
#26 /docroot/core/modules/system/src/Controller/DbUpdateController.php(185): _batch_page(Object(SymfonyComponentHttpFoundationRequest))
#27 [internal function]: DrupalsystemControllerDbUpdateController->handle('start', Object(SymfonyComponentHttpFoundationRequest))
#28 /docroot/core/lib/Drupal/Core/Update/UpdateKernel.php(115): call_user_func_array(Array, Array)
#29 /docroot/core/lib/Drupal/Core/Update/UpdateKernel.php(76): DrupalCoreUpdateUpdateKernel->handleRaw(Object(SymfonyComponentHttpFoundationRequest))
#30 /docroot/update.php(28): DrupalCoreUpdateUpdateKernel->handle(Object(SymfonyComponentHttpFoundationRequest))
#31 {main}
Any help will be appreciated!
UPDATE!
Successfully updated Drush to version 10. Doing drush -y updb
aborted in this portion.
[notice] Update started: content_browser_update_8002
[error] Argument 1 passed to DrupalCoreEntityEntityEntityViewDisplay::collectRenderDisplay() must implement interface DrupalCoreEntityFieldableEntityInterface, instance of DrupalviewsEntityView given, called in /docroot/core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php on line 323
[error] Update failed: content_browser_update_8002
[notice] Update started: config_ignore_update_8202
[notice] Update completed: config_ignore_update_8202
[notice] Update started: better_exposed_filters_update_8002
[notice] Update completed: better_exposed_filters_update_8002
[notice] Update started: admin_toolbar_tools_update_8202
[notice] Update completed: admin_toolbar_tools_update_8202
[notice] Update started: webform_update_8213
[error] Argument 1 passed to DrupalCoreEntityEntityEntityViewDisplay::collectRenderDisplay() must implement interface DrupalCoreEntityFieldableEntityInterface, instance of DrupalsystemEntityAction given, called in /docroot/core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php on line 323
[error] Update failed: webform_update_8213
[error] Update aborted by: system_update_8804, viewfield_update_8303, content_browser_update_8002, webform_update_8213
[error] Finished performing updates.