Upgrading D8 to D9 went smooth and without any issues. But now when I visit these two pages:
admin/reports/status
admin/modules/uninstall
I get the following:
The website encountered an unexpected error. Please try again later. DrupalCoreFieldFieldException: Field storage definition for 'uuid' could not be found. in DrupalCoreEntitySqlSqlContentEntityStorageSchema->getEntitySchema() (line 968 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php).
Searching for the error gives a few results of the same issue but with no resolutions. I’ve ran database updates (nothing pending), cleared caches and tried disabling a various contrib modules without success.