Hey there,
I have setup now my database for my comments and I can acces all my attributen. Bit for my comment on comments i only can cal
TypeScript
//I can call
Comment: string;
// can't call
Comment: relationship
User: relationship
Likes: relationship
But I use it bots in the same way via a map
Comment via the postmap And Comment on comment via the comment map, but for some reisonderdelen I can't acces all the attributes. Can someone help me
TL;DR
Developers are having trouble accessing attributes in their database setup when trying to access comments on comments. They are able to access the 'Comment' attribute but not the 'User' or 'Likes' attributes. The issue occurs when trying to access attributes within a map.
Solution: Check the relationships within the database schema to ensure they are correctly defined for accessing attributes in the map.Recommended threads
- Payment error
While I was making the subscription for this month, I got the following.
- Appwrite Bucket use
I'm wishing to integrate Appwrite bucket storage into my project for storing documents directly from my server. I'm currently using appwrite free plan,and I'm...
- Image transformations
On flutter web, when using image transformations, the results are being cached. When I replace an image, the old version still appears. Is it possible to manual...