I have created a collection with multiple relationships, but one when I load it I don't get the field of it in my Map... Is this a bug or did I miss something? I have also relationships in relationships is this a problem? funny thing is from the 3 relationship in the object I only miss one of them...
relationship missing data on load (key)
I did some digging and found out that when I have a manyToMany and a manyToOne connection to the same collection it gets only the manyToMany fields and the manyToOne are ignored...
{
"relationshipA": ["collectionAId"], // shown/sent
"relationshipB": "collectionAId" // ignored/not sent
"relationshipC": "collectionAId" // ignored/not sent
}
when I delete the relationshipA
the others are sent...
Recommended threads
- 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...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.