-
Our web application calls restheart to grab data from Mongo. However, after restheart runs or idle couple hours, it stop responding the client request somehow.
Any advice?
Thanks.
-
setting in dev.properties the following variable
```
mongouri = mongodb://127.0.0.1/?readPreference=primary&authSource=admin
```
leads to RESTHeart not starting with following error message
…
-
Hi,
how to define a checker for an object property that is an array of objects ?
```json
"MyProperty" : {
"type": "array",
"items": [
{
…
-
We encountered quite a few "exchange already complete" exceptions while pushing data to restheart. The stacktraces come in two flavors, so to say. Sometimes it's the MetricsInstrumentationHandler th…
-
## Expected Behavior
RH should throw a better HTTP code when facing an duplicate key error. For example a 400 BAD REQUEST or 409 CONFLICT (better IMHO).
## Current Behavior
Currently it's retur…
-
Hi,
I've got a question and I would appreciate some guidance on this regard. I've got a query that only performs well when using the [`cursor.hint()`](https://docs.mongodb.com/v3.4/reference/method…
-
## Problem description
We must change or remove the source project for automated builds of our [Docker repository](https://cloud.docker.com/repository/docker/softinstigate/restheart), as it now poi…
-
hi there:
for a long time working, we got a issue in RH in this morning, here is the log
```
09:33:16.682 [XNIO-1 task-5] [1;31mERROR[0;39m org.restheart.handlers.ErrorHandler - Error handling the…
-
## Expected Behavior
I want to handle 401 response when i send wrong username and password in the Angular 6 HttpClient GET request header.
## Current Behavior
On being given wrong username and pa…
-
## Expected Behavior
It would be great if RH support evaluation of environment variables in the configuration files.
`restheart.yml` and `security.yml`
## Current Behavior
It's not supported…