martins4Original post
Rank 2: Process
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.
Summary
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.