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
- Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...