-
encounter exception:
Exception in thread "main" java.lang.IllegalArgumentException: Illegal character in opaque part at index 2
## Expected Behavior
load config file
## Current Behavior
thro…
-
**Bug or feature?** Bug
**Environment?**
- macos : mojave
- docker : 18.09.2
- docker-compose : 1.23.2
- restheart >4
**Description?**
As I followed the steps [here](https://restheart.org…
-
## Expected Behavior
PUT request with a valid JSON-Body on
_https://domain.tld/database/collection/document_
should create the **database**, **collection** and the **document** itself if they dont…
chwal updated
5 years ago
-
We have some questions about restheart config:
1、How to config mongodb cluster(Replica Set) in default.properties for restheart?
2、How to config Read& Write Separation in Restheart cluster and Mong…
-
We want to update from restheart 3.10.1 to 4.0.0 and our project is still on Java 8. We can't move to Java 11 yet due to dependencies with other projects, but also can't update to restheart 4.0 using …
-
Hi, I'm using Restheart v 4.0.0 and I'm having a problem to create aggregations.
## Expected Behavior
Ability to create and use $lookup aggregation using Restheart v 4.0.0.
## Current Behavior
…
-
## Expected Behavior
travis build process should publish the jar on maven central repo
## Current Behavior
the jar is published on a private aws s3 repo
-
## Expected Behavior
1、When I GETting Documents, some data will return type-conserving JSON, like data[0]. Is there a way or configuration to make API retrun all documents just like data[1]?
[…
-
I have some questions for mongodb connection pool:
1、 I have added the maxPoolSize=200 parameter in the MongoDB URL, but when execute read or write requests by the restheart rest apis , the mongo…
-
Hi!
Sorry, I'm just new in learning mongodb and node. I'd just want to ask if integration with mongoose is feasible? Im thinking that the rest calls pass through mongoose for schema validations first…