nickva commented on issue #5436:
URL: https://github.com/apache/couchdb/issues/5436#issuecomment-2667086936

   Thanks for reaching out, @Napsty.
   
   I couldn't reproduce it on a dev cluster (`./dev/run --admin=adm:pass -n 1`) 
on 3.3.2 on macos
   
   ```
   % curl -X PUT http://adm:pass@localhost:15984/_users/org.couchdb.user:jan -H 
"Accept: application/json" -H "Content-Type: application/json" -d '{"name": 
"jan", "password": "apple", "roles": [], "type": "user"}'
   
{"ok":true,"id":"org.couchdb.user:jan","rev":"1-bf68fe2945d35d64a984e4fa9458beab"}
   
   % curl $DB
   {"couchdb":"Welcome","version":"3.3.2","git_sha":"11a2340",...
   ```
   
   I also cannot find any instances of `StringValidator` in our source 
mentioned in the error. There is a mention about a `city` as well? 
```<<\"city\">>,\n   {[{<<\"errorMessage\">>,\n  ```.  Is there a chance there 
is a wrapper or other code running in between Apache CouchCD and the client (a 
proxy)? Or maybe a custom VDU (validate_doc_update) function is loaded into the 
 _users db?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to