π 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
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...
- createCollection Deprecated