
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
- mcp-for-docs not working properly
I'm experiencing issues integrating the MCP server tool with Cursor IDE. The MCP server connection establishes successfully initially but fails after one minute...
- When connecting to VCS (Version Control ...
Hello, when I try to define in my function the root path of a function I get this when I click "Update".
- queries.map is not a function
Query.createdBefore doesnt work ``` tables.updateRows({ databaseId: process.env.APPWRITE_DATABASE_ID, tableId: process.env.APPWRITE_TABLE_ID, ...
