Open djupvikdigital opened 6 years ago
This repository is about to be deprecated. I think this might be due to an outdated dependency. Probably best to try again after it is merged in the monorepo (+ released): https://github.com/pouchdb/pouchdb-server/pull/274
Using pouchdb-auth with pouchdb-adapter memory fails for me with the error
Security methods already installed.
However while digging deeper it turns out that the real error is this:This happens when the function
getBaseAndName
is called with thename
parameter set to"replicate.to"
. The propertyreplicate
is not set on thebase
object, causing the function to return an object withbase
set toundefined
.