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
- Failed to load data from database
My app broken, it throw AppwriteException exception. Few days ago it works well. AppwriteException: , ClientException with SocketException: Failed host lookup:...
- Server error 500 in appwrite 1.8.0
jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.ava...
- Email templates partially broken in non-...
Good afternoon! Non-english locales are missing some variables introduced in recent releases. That makes the sent emails look bad. The issue has been raised a...