Hi a error that I see is not so revealing, but I still mention it and it is that in the description of the relationship it is that depending if we see the relationship from the father or children; change the type of relationship in the parent of the image we can see Customer=>To many=> Pizzas and in the son he shows us the opposite Pizzas=>To many=> Customers When the son should show the same Pizzas=>To one=> Customer
also in the child the type of relationship should be shown many to one
Everything looks in order in the code and in the part where Appwrite is actually using the relationship. that mean the even though you see something different the underlying logic still work.
You can open a bug on it,
From what I've seen it seems like this file https://bit.ly/3NxccGk that prints out the relationship don't take in account the
sideof the relationship and just uses the current collection and assuming it's the parent.
correct, the relationship works correct, it is only a description error as I commented
Recommended threads
- hi guys! my site is not accesible in my ...
- 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...