Skip to content
Back

URGENT: Problem reading data from the collection with a relational attribute

  • 0
  • Databases
Siyamak45
26 Aug, 2025, 14:42

By running the following script:

TypeScript
const result = await databases.listDocuments(
  'xdatabase',
  'xcollection',
);

Until just a few minutes ago, the contents of the xcollection collection — which has relational attributes, were also returning the related document contents. Now it only returns the document ID of the relationship.

TL;DR
Developers are experiencing issues reading data from a collection with relational attributes after a database UI change. The API queries are not returning relationship data, and after updating items, all fields show as 'no option available'. App crashes might be related. To fix, check for any recent updates in the database system that might have caused this issue and adjust querying accordingly.
Nearly
26 Aug, 2025, 14:57

getting the same issue all of my relationship fields have stopped working

SanjivJais
26 Aug, 2025, 14:59

My app has also crashed.. most probably due to the same reason

SanjivJais
26 Aug, 2025, 14:59

maybe due to the latest database UI change?

Nearly
26 Aug, 2025, 14:59

in the app write console all of the IDs are there but if i updated item all the fields are blank with 'no option available' and there no relationship data being returned via the api queries

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more