i have two colections. Tags and Posts which post has tages attribute referenced with tags table and has tow way one to one relationship.
i get Document cannot be deleted because it is referenced by another document error.
by the way i have updated the On deleting a document from restrict to cascade.
what am i doing wrong can anybody help me please?
Recommended threads
- Cannot use createdBefore query on bulk d...
sdk: dart version: 19.2.1 ```final timestamp = DateTime.timestamp() .subtract(const Duration(days: 1)) .toIso8601String(); await databas...
- Retrieving items from appwrite collectio...
Hello team, I started experiencing a weird bug yesterday. If I add multiple new items to a collection on the same day, it doesn’t show up in my app when I fetc...
- Unable to create records with other user...
are we able to create records in collections with permissions of different user than the caller of this request? (with document security on) I have backend func...