pouchdb / express-pouchdb

⚠️⚠️⚠️ THIS REPO HAS MOVED ⚠️⚠️⚠️
143 stars 52 forks source link

Unable to replicate using Fauxton #247

Closed nolanlawson closed 8 years ago

nolanlawson commented 9 years ago

See screenshot. Looks like we didn't implement POST /_replicate correctly.

screenshot from 2015-08-24 09 13 13

marten-de-vries commented 9 years ago

I can only reproduce with skimdb. Replicating a local db from CouchDB (:5984) to PouchDB Server (:5985) works fine. Still, this should just work.

nolanlawson commented 9 years ago

Yeah, I used skimdb too.

nolanlawson commented 8 years ago

I can confirm that this is a PouchDB core issue. If you do:

var PouchDB = require('pouchdb');
var db = new PouchDB('http://skimdb.iriscouch.com/registry');
db.info().then(console.log).catch(console.log);

You'll see:

{ [Error: ETIMEDOUT] status: 400 }
nolanlawson commented 8 years ago

fixed by https://github.com/pouchdb/pouchdb/commit/0cbb9f1d4890f4850c6a831bd4fa82d38b71cb56, will be resolved in the next pouchdb release