martins4
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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...