Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to replicate using Fauxton #247

Closed
nolanlawson opened this issue Aug 24, 2015 · 4 comments
Closed

Unable to replicate using Fauxton #247

nolanlawson opened this issue Aug 24, 2015 · 4 comments

Comments

@nolanlawson
Copy link
Member

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

screenshot from 2015-08-24 09 13 13

@marten-de-vries
Copy link
Member

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
Copy link
Member Author

Yeah, I used skimdb too.

@nolanlawson
Copy link
Member Author

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 added a commit to pouchdb/pouchdb that referenced this issue Oct 18, 2015
nolanlawson added a commit to pouchdb/pouchdb that referenced this issue Oct 18, 2015
@nolanlawson
Copy link
Member Author

fixed by pouchdb/pouchdb@0cbb9f1, will be resolved in the next pouchdb release

the-t-in-rtf pushed a commit to the-t-in-rtf/express-pouchdb that referenced this issue Nov 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants