
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
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
