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
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...