π Reproduction steps I encountered a server error while trying to implement a delete functionality in my project. Upon investigating, I discovered that the issue is with Appwrite itself. I attempted to delete directly from Appwrite, but encountered the same server error. The error was related to deleting documents from collections in databases.
π Expected behavior It is expected that the deletion of a particular document from the collection should be successful without displaying any server errors.
Here is my project id 656e00a196a8244c86a1
Well, I am unable to delete data in every document of every collection, may be because of having relationships in every collection.
I have 3 collections in my project database
users: 656ecb586a3a14542e59 posts: 656ecb31cb12a47afffb saves: 656ecb7f251d98fde34b
This is in Appwrite cloud?
Or you're self hosting
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...