chukaeOriginal post
Web Developer
Hello!
I want to update some string attributes directly in Appwrite Cloud, but I keep getting the message:
[AppwriteException: Invalid relationship value. Must be either a document ID or a document, array given.]
I used to be able to do that.
What is happening ?
Summary
Developers experiencing an error while updating string attributes on Appwrite Cloud are getting an "Invalid relationship value" message. This error is due to a wrong data type being passed. Make sure only document ID or document values are used to resolve the issue.