
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
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
- Updating console to 1.8
Hey! Does anyone know how to update the appwrite console only? I am using console 1.7.4 but it has UI/UX issues 🙁
