So , in my project I've 3 collections: properties , reviews and agents. I'm getting data of reviews in my app but not reviews why any reason ?
For reviews: "reviews": [[Object], [Object]], For agents: "agent": {"$collectionId": "6798bb850018243b4326", "$createdAt": "2025-01-28T16:05:57.012+00:00", "$databaseId": "6798bb3a002bafd474de", "$id": "6799006300053205936a", "$permissions": [Array], "$updatedAt": "2025-01-28T16:05:57.012+00:00", "avatar": "https://images.unsplash.com/photo-1542507464418-09c375b86bbe?q=60&w=640&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdfHx8fGVufDB8fHx8fA%3D%3D", "email": "agent5@example.com", "name": "Agent 5"},
make sure you have correct permissions set on both the collections.
Recommended threads
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Can you suppress row $meta data?
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. `$id`, `$sequence`, `$createdAt`, `$upda...
- CLI - get Database Totals
Is there a way with the Appwrite CLI to get table row totals (count)❓