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
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- Get Started - Web is broken
Trying to complete the get started tasks since the "66%" was finally getting to me, and clicked on "web", was met with: ``` Uncaught TypeError: Cannot read prop...