IsItBathTime
Hi when I createDocument I have a relationship attribute called counter and a document is being created there linking to my main parent document but the parent document isn't referencing it. How I do that?
TL;DR
Summary: The developer is having trouble creating a two-way relationship between a parent document and a child document. The child document is referencing the parent, but the parent is not referencing the child.
Solution: To establish a two-way relationship, the developer needs to ensure that the parent document references the child document. This can be done by updating the code to include a reference to the child document within the parent document's attributes or fields. IsItBathTime
It seems to only reference it in the child but the parent is n/a
Recommended threads
- Our Appwrite organization is suspended
Please give support regarding this , no app is working now , please solve my issue and give support , no one is replying in message section or email.
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...