
Since upgrading to the latest Appwrite Cloud release, the relationships in my collections have stopped working.
I have a Many-to-One relation between Requests and Users:
• each Request should reference exactly one User
• the same User may be referenced by many Requests
This worked before the update, but now the reference field is saved as null whenever I create a new Request. It appears that the “Many-to-One” relation is suddenly enforced as “One-to-One” across the whole collection, so a given user can be linked only once in total instead of once per document.

I think there are more people affected by this issue. please resolve this ASAP
Recommended threads
- Mock Phone Numbers
Do mock phone number accounts that generate a session follow the same process as a real account? I ask because while testing. After a few hours I have to log in...
- [Appwrite Cloud 1.8.0] Many-to-One Relat...
Hi team, I’m running into a problem with relationships after updating to Appwrite Cloud v1.8.0. I have a one-way many-to-one relationship setup like this: * T...
- update_documents is called inside a func...
Traceback (most recent call last): File "/usr/local/server/src/function/src/main.py", line 23, in main result = databases.update_documents( File "/usr/l...
