You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we think this is now caused by a total different problem, the error is being reported because the user requesting for connections do not have permissions to see the connected entity, this needs to be confirmed.
I can confirm that the flood of errors is due to "expected" missing entities: with the introduction of permissions, and, particularly 3bd8b5d in order to fix aggregations of relationships tree view.
The relationships array may include links to entities that have not been published. A non-logged user that tries to access an entity that is related to a non-published entity will have that entityData missing, but not because the entity doesn't exist, but because you don't have permissions to access that entity's data.
Already submitted a PR with a fix, and created #3988 to decide where and how to re-think that error reporting.
2021-09-08T16:10:50.821Z [localhost] There's a connection to entity: XXXXXXXX on hub: XXXXXXXXXXXXX, but no entity data.
@mfacar thinks the amount of errors we have its not caused by the fix that will be developed on #3905 , try other routes to find why this happened.
The text was updated successfully, but these errors were encountered: