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
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
- Forever Processing Issue
I encountered an issue when creating attributes in the collections . if you create an attribute of type string for example and choose a size of 200 or 250 or a...
- Realtime Disconnects and Error: INVALID_...
Hi! I just want to ask here if there's any workaround with the disconnect issues we're encountering when subscribing to realtime events in react native using ex...
