couchdb-view-tester icon indicating copy to clipboard operation
couchdb-view-tester copied to clipboard

Temporary views are not supported in CouchDB

Open zeevl opened this issue 6 years ago • 0 comments

For couchdb 2.0+, this package no longer works..

It returns the error,

{ [gone: Database encountered an unknown error]
  status: 410,
  name: 'gone',
  message: 'Database encountered an unknown error',
  error: true,
  reason: 'Temporary views are not supported in CouchDB' }

I'm not that concerned personally, there are other options available.. just putting this here for other googlers. :)

zeevl avatar Mar 28 '19 20:03 zeevl