ZionniteOriginal post
Rank 4: Virtual Machine
I'm getting this from my flutter App flutter: AppwriteException Invalid relationship value. Must be either an array of documents or document IDs, document ID given.
do anyone know why i'm getting this?
Summary
Developers are encountering an error message in Flutter app related to Appwrite, specifically about invalid relationship value. This error occurs when providing a single document ID instead of an array of document IDs. To resolve this, the developer needs to pass an array of document IDs or documents instead of a single document ID.