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
- 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...