Hello, I am trying find object with condition((reposted.address.objectId = ‘09ED3FE7-462F-3456-FF55-9770B721DF00’) OR (address.objectId = ‘09ED3FE7-462F-3456-FF55-9770B721DF00’))
and always gets error like
error: Internal server error with id 4D758950-F31C-CBA4-FF0F-B892FF9B3100
but with different ids every time.
If I use such (reposted.address.objectId = ‘09ED3FE7-462F-3456-FF55-9770B721DF00’) I don’t get error.
Same for (address.objectId = ‘09ED3FE7-462F-3456-FF55-9770B721DF00’))
Please help me how to filter by objectId with relations
Thanks,
Kostya