Zeke(Jafesu)Original post
Rank 3: Container
When i try to delete a document that has relationships (without anythin actually related to the document, just has the attribute) I get a Server 500 error.
Appwrite log:
Plain text
[Error] Method: DELETE[Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents/:documentId[Error] Type: Error[Error] Message: Call to a member function getId() on null[Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php[Error] Line: 3834```
If I add a relationship then it will let me delete, should be able to delete without relationship too
v1.4.2Summary
Users are experiencing issues when trying to delete documents with relationships. When attempting to delete a document without any actual relationships, a Server 500 error occurs. Adding a relationship allows for successful deletion. This issue is present in version 1.4.2 of the software.