I have a bug i cant seem to figure out with an object that looks like it exists only in another object.
I have a object {relationObject}, This object hods {objectOne} and {objectTwo}. I can see that the {relationObject} holds both of these objects
But when i look in the database for {objectOne} it does not exist.
these should be the same, when searching for the ID of the {objectOne} thats in the {relationObject} in the database of all {objectOne} i cant find it.
That depends on the delete rules on that relationship object class.
E.g. “Person Tags” object class has a property “Person” and another property “Tag”. Both of these properties refer to their respective object classes Person and Tag.
If Person Tags.Person has delete rule “None”, then the Person it refers to may be deleted without any restrictions. When that happens, the entry in Person Tags pointing to that deleted Person will have an ID pointing towards nothing (the person with that ID is deleted).
Have you searched the database for {objectOne} using GraphQL to verify it really is deleted?
im still recieving the same error. looks like there is an issue with æøå in the name of some objects, their nodenames/endpointnames does not include æøå.