Version 1.4.13 - Selfhosted.
i have a collection called "games" that i created a relationship with another collection called "servers" originally it was a one way relation that was many to one, but it would error out with the following error:
appwrite-realtime | Connection open (user: 13) appwrite | [Error] Timestamp: 2024-12-17T05:21:32+00:00 appwrite | [Error] Method: PATCH appwrite | [Error] URL: /v1/databases/:databaseId/collections/:collectionId/documents/:documentId appwrite | [Error] Type: Utopia\Database\Exception appwrite | [Error] Message: Invalid value for relationship appwrite | [Error] File: /usr/src/code/vendor/utopia-php/database/src/Database/Database.php appwrite | [Error] Line: 3574
I rebooted the appwrite instance and deleted the relation but it has the same issue.
When i created a 2 way many to many it had the same issue as well, but when i made it on the "server" collection it worked.
I tried running a migrate for giggles and that didnt change results either.
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}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...