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?
TL;DR
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.Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Sydney Cloud Sites: App Git deployment a...
Project ID: rentwize-db The app Site fails after the build completes with a missing build archive error. Site id: app Framework: TanStack Start SSR Output dir...