While debugging I currently often get the following error when I try to inspect an item:
The provided entity id '89' has no corresponding meta object name
In the mendixsystem$entityidentifier table the entity id '89' is indeed not present. If I look at a much older database, this id was used for an object in a module that is no longer in the project.
The database I'm using is a download from the mendixcloud. The object that can't be found anymore was deleted during db-sync in the mendix cloud.
Now I'm wondering where this entity id is stored besides the mendixsystem$entityidentifier table because the objects I'm trying to debug have little to nothing to do with the object that no longer exists.