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
- Error upgrading from 1.8.1 to 1.9.0
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...