I have tryied updating some documents but an error pops up:
- Invalid relationship value. Mist be either an array of documents or document IDs, NUL given.
It is super strange because it pops the same error when performing the request using API calls and when changing it manually from the AppWrite Dashboard.
If someone can help me solve this I would be thankful.
TL;DR
Developers experiencing an issue updating documents due to an error related to relationship values. The error message indicates the need for an array of documents or IDs but is receiving NULL instead. This occurs both through API calls and manual changes via the AppWrite Dashboard. To resolve this, ensure that the relationship values are correctly formatted as either an array of documents or document IDs in the update request.Recommended threads
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...
- One-time Cloud migration blocked by data...
Hi, I’m blocked on a one-time migration from Appwrite Cloud to my self-hosted Appwrite instance. We already fixed the region issue, and the migration now corre...