I’m in the process of replacing D8’s core Search module with Search API. When I try uninstalling Search, I get this error: Drupal\Component\Plugin\Exception\PluginNotFoundException: The “entity_test” entity type does not exist. in /Applications/MAMP/htdocs/mysite/core/lib/Drupal/Core/Entity/EntityTypeManager.php:133 There is an entity_test table in the database, along with a number of related tables. I also have this line in my settings.local.phpRead more