anyuru
Deleting with relationships gives returns a response with the error code 500 and general_unknown error message. How can I go about this?
TL;DR
The user is experiencing an error when trying to delete documents with relationships. They are requesting the docker logs from the appwrite container for the related API call. They also shared the object schema they are following. The error they receive is a response with error code 500 and a general_unknown error message. They are seeking advice on how to resolve this issue. Solution: The solution is not mentioned in the given thread. anyuru
This is the object schema I''m following
Drake
What are the docker logs from the appwrite container for the related API call?
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...