I’m facing an issue with the relationship columns between my collections. I created a relationship between a parent collection and a child collection, but the parent collection is not able to read or fetch the data from the child collection.
Both collections have the relationship fields properly set, but whenever I query the parent collection, the related child data is not being returned as expected.
This issue just started happening today — it was working correctly before, but suddenly the parent collection stopped being able to read the child collection.
Problem with relationship attribute
Recommended threads
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...