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
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Hi Folks, Database Writing Issue
Hey Folks im trying to get logging setup on my website but im getting an error, i dont have any document id and i think this is the issue but i havent got the f...