Relationships - if no permission for nested for one to one relation returns empty array
- 0
- Databases

1.4.2 (1.4.1 also) flutter sdk Expected single object but empty array is returned Returns normal json object when user have read permission to relationship collection.
"correctAnswer":[
],
in console: (image in attachment)

Can confirm for many to many as well. Revoked read permissions for one of two documents and got this in return:
[
{ object1 data },
[]
]
For the unreadable document, an empty array is returned.

@Prateek Banga is the fix for this pending release?

@Steven I don't think so, we delivered one bug fix to my knowledge in 1.4.3 which is this one https://discordapp.com/channels/564160730845151244/1146653042696011777

just checked - I'm still able to reproduce it on 1.4.3
Recommended threads
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
