
I tried adding a relationship but it was stuck as processing, so I deleted the whole collection and tried to add it again, now I get failed status.
I need relationships to model my data (in total I need 7 relationships, without that I will be stuck with deleting and adding documents in bulk, and since Appwrite doesn't provide bluk adding basically I'm hitting a wall).
What are the alternatives?
Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
