Hello, I have a problem updating a document (product) which has 6 attributes that are relationships to other documents (from other collections such as brand, category,...), I already checked that the permissions in the document collections that I have as relationships (brand, category,...) are configured in the same way as for the product collection. I cannot update the product document if I pass it the parameters that are relations, but it does update if I pass null in the parameters that are relations. The relationships are 5 bidirectional (many to one) and 1 unidirectional (many to one). The error I receive is the following: catch error updateDocument product= AppwriteException: general_unknown, Server Error (500)
Recommended threads
- Column size update error – "Invalid inde...
Hey everyone, I’m running into an issue when trying to update the size of an existing column in my Appwrite database. I’m trying to change the size from 30 to 5...
- Invalid query: Attribute not found in sc...
Hiya. I'm trying to use the REST API with documents and doing a simple select with query: https://<mydomain>/v1/databases/<database>/collections/<collection>/d...
- Deploying Function fails after several d...
I get the below issue on deploying to self hosted appwrite 1.8.0 functions, restarting the docker compose, or waiting a while, fixes it but is annoying. Any ide...