-
In RESTHeart v5.x wrong message and response code when a PATCH request fails to update a document due to a duplicate key (unique key exists)
(this works on RESTHeart v6.x)
response code: 200
re…
-
We have an error publishing our branch fo repository https://github.com/SoftInstigate/restheart-website
```
Bundle complete! 5 Gemfile dependencies, 33 gems now installed.
Bundled gems are insta…
-
## Expected Behavior
It would be great to dynamically create an OpenAPI3 specification in JSON or YAML format to have an API documentation that can be displayed in Swagger UI or some comparable tool.…
-
Thanks for this great project.
In my team, we want to count the number of documents in a collection. To do so, we use the _size keyword e.g. GET /collection/_size, per [this](https://restheart.org/…
-
Hi team,
what can be possible way to implement record/document level security so that a user can only query/update only documents which he "owns"
-
Hello as state in docs
PUT /inventory/newItem HTTP/1.1
{ "item": "pencil", "qty": 55, "size": { "h": 10, "w": 0.5, "uom": "cm" }, "status": "B", "suppliers": ["brand_1", "brand_2", "brand_3"] }…
-
Reopen,
I have problem with jwtAuthenticationMechanism with the default yml config as
jwtAuthenticationMechanism:
enabled: true
algorithm: HS256
key: cert-formated-key
base64…
-
Hi all,
i'm a newbie and try to run a demo restheart with mongoRealmAuthenticator.
I using Docker to setup Restheart, and after container running i try a simple request to [http://localhost:8080/us…
-
I'm trying to deploy an app that uses oak and mongo using deno deploy.
The problem is that I'm getting this error when connecting:
```
Error: MongoError: "Connection failed: this.resolver.resol…
-
```
restheart | 13:46:55.065 [main] ERROR org.restheart.Bootstrapper - Linkage error executing initializer changeStreamActivator Check that it was compiled against restheart-commons v6.0.2
res…