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
- 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...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...