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
//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
Recommended threads
- Large File Upload Issue with S3/RustFS
Hi, we are seeing a reproducible large upload failure with Appwrite 1.8.0 using S3-compatible storage through RustFS. A file upload of about 10.7 GB consistent...
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...