Expected Behavior
Understandable error message
Current Behavior
I was getting this error suddenly on every insert operation:
Error: users at responseHandler (../node_modules/nano/lib/nano.js:193:20) at ../node_modules/nano/lib/nano.js:442:13 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Possible Solution
I updated the max_document_size in the couchdb configs
Context
I spent 3 days trying to find out what this error meant. Maybe it would be useful for developers if the error message was a bit more understandable.