Rank 1: Thread
I have a collection with the following attributes
name: string
isActive: boolean
state: State (another collection)
devices (another collection, many to many relation)
If I have not added any devices, the UpdateDocument Endpoint works without any problems.
As soon as a device is added, I get an error
{"message":"Server Error","code":500,"type":"general_unknown","version":"1.5.3"}
Can anyone help me?