8000 🐛 Bug Report: Can't add a relationship to the existing document from Cloud Console · Issue #8070 · appwrite/appwrite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
🐛 Bug Report: Can't add a relationship to the existing document from Cloud Console #8070
Open
@KazakovKirill

Description

@KazakovKirill

👟 Reproduction steps

Add relationship to the existing document from the cloud appwrite console.

Screenshot 2024-05-03 191239

👍 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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingfeature / relationshipsFixes and upgrades for database relationshipsproduct / cloudIssues found only on Appwrite Cloudproduct / databasesFixes and upgrades for the Appwrite Database.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0