
I'm using flutter and while fetching documents from db I'm getting following:
I/flutter (29189): {vehicle_code: MC, plate: 34A1234, verifiedVehicle: false, $id: 6607cf431e195895e8be, $createdAt: 2024-03-30T08:37:23.154+00:00, $updatedAt: 2024-03-30T08:37:23.154+00:00, $permissions: [], ownerCompany: null, driver: null, $databaseId: 65bf80f96118726797c8, $collectionId: 660466b547cf578575e1}
as you can see "ownerCompany" and "driver" seems null. But they are not.
Maybe problem occures due to relationships. But Its nonsense. Because related documents are not null too.

problem solved. All related collections must have same permissions to see
Recommended threads
- Email Verification Email
Hi everyone, I’m currently experiencing an issue with the email verification functionality. When I trigger the verification, the request returns a valid respon...
- CSV Not Importing
We don’t seem to having any luck importing a simple .csv file. The import function acts like it’s working but no data imports or is shown in the collection The...
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain api.kondri.lt (CNAME pointing to appwrite.network., also tried fra.cloud.appwrite.io with no luck ) but encountering a ...
