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.This is the object schema I''m following
What are the docker logs from the appwrite container for the related API call?
Recommended threads
- Query multi-tenant db with $permissions ...
I'm setting up a multi-tenant database with RLS enabled. My users my have permissions set for multiple Teams, and as such when they query the database with the ...
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...