Siyamak45Original post
Web Developer
By running the following script:
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.
Summary
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.