I ran into problem when I upgrade my Appwrite self-hosted from 1.7.4 to 1.8.0. When I query election.position.candidates.votes, it doesn’t return any data. I found out that there's a limitation restricted only to 3 levels https://appwrite.io/docs/products/databases/relationships#limitations. I'm not sure if this changed in 1.8.0, but it was definitely working when I was using 1.7.4.
Did you upgrade your SDK?
I currently use "node-appwrite": "^20.3.0"
Recommended threads
- After migrating my self hosted from 1.7....
after i migrated successfully as i suppose from the logs. I still getting this 500 error, what was the same error when i tried to migrate from 1.7.4 to any new ...
- Relationship Attributes not returned in ...
REST Calls to my database do not return the values of Relationship Attributes in a document, which has caused several functionalities in my application to break...
- CORS Error
getting the following error in my app after deploying it: Access to fetch at 'https://appwrite.mydomain.tld/account' from origin 'https://myapp.mydomain.tld' ha...