In the Cloud Console, relational fields in a collection start to display as NULL (unclickable) once the collection grows beyond ~50 entries. Previously, these fields correctly displayed values before the Table UI.
The strange thing: If I apply a filter to the rows, the relational field shows the correct value and becomes clickable to open the related record. Also they are readable from my React Native app, the issue appears only in the Cloud Console UI.. This behavior occurs consistently across all collections that include relational attributes with more than ~50 entries.
Additional Details Updating values in the UI is also not possible for me:
- When using the "three dots" update option, reference fields and DateTime (timestamp) fields are randomly not populated.
- For relational fields, the selection list only shows 25 entries and does not allow pasting an ID.
this happens both in One-One and Many to one Realationship Types (One-way relationship)
Recommended threads
- Invalid Origin. Register your new client...
- CreateTables enum
What's the correct way of creating an enum column with the new definition of createTable?
- How to handle ghost accounts created by ...
Appwrite create the account with the email and send an invitation link with a secret. I am able to accept the invitation and add the account as a member on the ...