-
This issue is related to issue #297
The same setup applies as described there, i.e. multiple threads / clients try to DELETE /dbname/bucketname.files/fileid.
## Expected Behavior
Depending on th…
-
We have a quite simple approach putting new content to mongo via restheart:
- Try to put the document using PUT /dbname/collectionname/document
- if we get a HTTP 404 response then know that the d…
-
Hey guys,
thank you for your nice project :)
we have a lot of trouble because of the missing update-file functionality. If an asset already exists, putting the asset again results in 501 NOT IMP…
-
When I use Put and Patch method,It will return HTTP status code and an empty payload. Is there an way that I can get the updated doc as an payload? so that I don't need to use get method after put a…
-
Restheart – Manual Installation
Example Web Application Issue
**MongoDB is installed and is running at 127.0.0.1:27017**
`PS C:\WINDOWS\system32> mongo --version MongoDB shell version v3.4.5 git …
-
I see how to create an index. I'm going through the tutorial and have /db/coll setup - then I setup an index called "myindex" with key="name" (my db/coll/_indexes is pasted below)
What I cant figu…
-
Hi,
check if communication works with DB :
> curl -k -u a:a https://restheart_server:4443/buildbot/slaves?pagesize=1
>
> {"_embedded":[{"_id":{"$oid":"5b0e91378c89b49c6baf1731"},"name":"b…
-
(over a day now)
-
## Expected Behavior
Return the documents correctly
## Current Behavior
500 server error Sort exceeded memory limit of 104857600 bytes.
## Context
Hello, I'm been faced with a server error di…
-
Hi, I was trying to deploy restHeart to openshift. To adopt our openshift environment, I changed the entry point of configuration(only mongo url and http port) from "get from yaml" to "get from sys…