tonymelonyOriginal post
Web Developer
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
JavaScript
//I can callComment: string;// can't callComment: relationshipUser: relationshipLikes: relationshipBut 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
Summary
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.