Getting the following error: An error occurred during indexing: 'type' not found

Drupal\Core\Entity\Query\QueryException: 'type' not found in Drupal\Core\Entity\Query\Sql\Tables->ensureEntityTable() (line 349 of /var/www/uwv/web/core/lib/Drupal/Core/Entity/Query/Sql/Tables.php).

I have a reference from user to node. I indexed all the nodes and wanted to back reference the user id's for contextual filtering. Debugging isnt working because of the batch api and i cant get it to trigger.

Comments

nickvanboven created an issue. See original summary.

nickvanboven’s picture

Created a patch that fixes the issue for me, changed the entityquery to entitytypemanger

nickvanboven’s picture

Status: Active » Needs review
tamerzg’s picture

Status: Needs review » Reviewed & tested by the community
ws.agency’s picture

This module is obsolete. Search API implemented processor for this see
https://www.drupal.org/project/search_api/issues/2986623
You should uninstall and remove this module.

ws.agency’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.