pouchdb / pouchdb-server

CouchDB-compatible server built on PouchDB and Node
Apache License 2.0
948 stars 154 forks source link

something wired heppening while browsing '/_utils' #414

Open ngangchill opened 5 years ago

ngangchill commented 5 years ago

whenever i browse http://xyz.com/_utils it showfollowing error in console, is it normal??

(node:26471) UnhandledPromiseRejectionWarning: TypeError: Cannot set property 'instance_start_time' of undefined

2:03 AM

at /rbd/pnpm-volume/7a11eff7-bc55-4889-8ed6-a2cb1cb33fb3/node_modules/.registry.npmjs.org/express-pouchdb/4.1.0/node_modules/express-pouchdb/lib/routes/db.js:100:32

2:03 AM

at /rbd/pnpm-volume/7a11eff7-bc55-4889-8ed6-a2cb1cb33fb3/node_modules/.registry.npmjs.org/express-pouchdb/4.1.0/node_modules/express-pouchdb/node_modules/promise-nodify/index.js:22:7

2:03 AM

(node:26471) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)

2:03 AM

(node:26471) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

version used:

express: ^4.16.4 express-pouchdb: ^4.1.0 pouchdb: ^7.0.0 Capture