Open
Description
👟 Reproduction steps
Add relationship to the existing document from the cloud appwrite console.
👍 Expected behavior
Relationship added.
👎 Actual Behavior
Relationship not added.
Payload:
{
"data": {
"name": "Angelina",
"$permissions": [],
"rooms": [
"77f242ca-1034-4455-9454-2b2d98b11971"
]
},
"permissions": []
}
Response:
{
"message": "Invalid relationship value. Must be either an array of documents or document IDs, NULL given.",
"code": 400,
"type": "relationship_value_invalid",
"version": "0.13.14"
}
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Windows
🧱 Your Environment
Appwrite Console
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct