Hi everyone, i need help. So i am working on this project and database relationship thingy is not working anymore, normally when you link two table you should be able to get community.user.name, but even though they are linked community.name just gives me a string instead of the data. Can anyone help me
Recommended threads
- cli broke with new varchar type??
``` appwrite types ./appwritetypes ℹ Info: Detected language: ts ℹ Info: Directory: ./...
- Weird Query Error
In next js I am getting this error in the image ```js queries: [ Query.equal('title', TitleId), Query.limit(10) ] ``` am I doing something...
- Many2Many loading, not receiving list
Hi everyone! Im having a bit of trouble while editing single rows in the DB. When selecting a value of my many2many it keeps loading, see screenshot. On some ...