
Hi, I'm not understanding how Appwrite cloud stores many-to-many relationships.
Things don't seem to work when I try to add a chat to a user that already has chats. Am I understanding some data types wrong or is this not supposed to happen?
Been struggling with this for a while. Would much appreciate help.
Project ID: 672a76f90006efc0fbee database id: 672fb048001458368661

Recommended threads
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
- Query.startswith problem
Hi, i have a problem: const result = await database.listDocuments(envs.DATABASE_ID,envs.COLLECTION_ID,[Query.startsWith('date', '2025-04-01')]) this one does...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
