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
- Provider error when creating a function ...
- Cloud function deployment failures
When I run appwrite push functions, select the function I want to deploy, confirm with a YES, is starts deploying but goes into error. I need to repeat the ste...
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...