Self hosted on version 1.5.4
Using Postman I am attempting to query a very simple collection that only has 1 field name, when I do not include the queries param I see the 4 entries in the collection, when I add a simple queries param such as queries[]=limit(1) or queries[]=select("name"). This collection does not have any relations.
URL that works: http://localhost/v1/databases/660f6fad002495466911/collections/organizations/documents
URL that fails: http://localhost/v1/databases/660f6fad002495466911/collections/organizations/documents?queries[]=limit(1)
I have seen examples from other people who have posted their REST requests and it looks like this should work so I feel like I'm missing something very basic.
Recommended threads
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...