MatteoGuadrini opened a new issue #2043: new_edit=false in a PUT request doesn't work URL: https://github.com/apache/couchdb/issues/2043 [NOTE]: # ( ^^ Provide a general summary of the issue in the title above. ^^ ) ## Description [NOTE]: # ( Describe the problem you're encountering. ) [TIP]: # ( Do NOT give us access or passwords to your actual CouchDB! ) When I try to create a document using the `new_edit=false` parameter to avoid a conflict problem, couchdb returns this error: ```json {"error":"unknown_error","reason":"function_clause","ref":181230657} ``` ## Steps to Reproduce [NOTE]: # ( Include commands to reproduce, if possible. curl is preferred. ) command: ``` PUT http://localhost:5984/test2/test?new_edits=false ``` ## Expected Behaviour [NOTE]: # ( Tell us what you expected to happen. ) Document creation without any conflict. ## Your Environment [TIP]: # ( Include as many relevant details about your environment as possible. ) [TIP]: # ( You can paste the output of curl http://YOUR-COUCHDB:5984/ here. ) * CouchDB Version used: 2.3.1 * Browser name and version: curl * Operating System and version: Windows 10, Fedora 29/30
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
