Rank 2: Process
I have two collections Match & Score with one-to-one two way relationship.
I am able to create Match document with nested score document perfectly fine (The link between Match to Score is working)
When i fetch the score document i am not able to get the match document because Score to Match link is not present.
So i thought i have to create the Score to Match link manually.
Now when i try to create link by updating score document with match document id inside of it. appwrite is throwing general_unknown error.
I am stuck because i don't know how to debug this situation.
I have provided screenshot of my code, It is throwing error when i try to update score document.
The update Match document call is working fine.