You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: couch returned 500
at responseHandler (D:\Projects\VUEIdeaIgniterEnvironment\server\node_modules\nano\lib\nano.js:206:20)
at D:\Projects\VUEIdeaIgniterEnvironment\server\node_modules\nano\lib\nano.js:456:13
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Really I don't know where to look to understand what happens
Possible Solution
Well, for my side I could not wait for the deletion and returning immediately, but seems a dirty workaround. At least having a way for understanding what happens.
Steps to Reproduce (for bugs)
See above
Context
Your Environment
Version used: 10.1.2
CouchDB: 3.3.1
Browser Name and version: Chrome 112.0.5615.50 (Official Build) (64-bit)
Operating System and version (desktop or mobile): Desktop Windows 11 64 bits
Link to your project:
The text was updated successfully, but these errors were encountered:
I suggest debugging your CouchDB setup with curl or using the dashboard. I very much doubt that Nano is at fault here, just that CouchDB is not replying within 60s and it would be helpful to get to the bottom of why that is the case.
Expected Behavior
In my server I delete a single record from the db taking around 100 milliseconds. The deletion is done this way:
This works and takes 90-250 milliseconds, sometimes 2 seconds. The returning status is:
Current Behavior
Frequently the bulk call will take around 60 seconds and returns:
or sometimes CouchDB returns status 500
Really I don't know where to look to understand what happens
Possible Solution
Well, for my side I could not wait for the deletion and returning immediately, but seems a dirty workaround. At least having a way for understanding what happens.
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: