Load relationships of relationships not work
When I try to get translation.word_from.* it failed. But as you can see translation it is relation and word_from also relation
const response = await databases.listDocuments('dev', 'translations_to_sets', [ Query.select(['', '$id', 'translation.word_from.']), ]);
Recommended threads
- Bug Report: type generation for enum of ...
### 👟 Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...
- Selfhosted 1.8.0 500 Server Error [Fresh...
Good evening, Currently running into issues with deploying 1.8.0 on a Dokploy instance I have. Prior to this we had 1.6.x running and it was fine. Tried to up...
- Invalid document structure: Unknown attr...
Hello. I have self hosted instance running on my server and has valid endpoint and most of things are working as should. Installation is fresh install of versio...