priyabratap opened a new issue #1458: CouchDB: Unable to create user document inside _users DB URL: https://github.com/apache/couchdb/issues/1458 I am getting unexpected error suddenly in my production setup (while creating users document inside _users DB) ``` { "error": "EXIT", "reason": "{{badmatch,[]},\n [{couch_query_servers,new_process,3},\n {couch_query_servers,lang_proc,3},\n {couch_query_servers,handle_call,3},\n {gen_server,handle_msg,5},\n {proc_lib,init_p_do_apply,3}]}" } ``` This is my document structure and It was working fine since last 2years ``` {"_id": "org.couchdb.user:name","name": "name","roles": [],"type": "user","password": "password"} I really appreciate your help to fix my issue ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
