Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
STR:
1. Create a _design doc with a JS eval error, e.g.:
"validate_doc_update":"function () { console.log(varThatDoesNotExist); }"
Expected result: I can at least modify the design doc to fix the error.
Actual result: the database can never be modified again. The only solution is to delete the whole database and create a new one.