When creating a new document with the great new relationship feature, the triggered subscription event only contains the references to the related document and not the data itself. After loading the document regular the relations are resolved correctly.
Is this by design and I have to load the new document myself after getting the event or is this a bug or am I missing something?
I think we have the same issue. I hope you like this issue. https://github.com/appwrite/appwrite/issues/5372
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...