pouchdb-community / pouchdb-load

Load documents into CouchDB/PouchDB from a dumpfile
Apache License 2.0
120 stars 33 forks source link

Replication doesn't receive any change if DB is loaded with proxy option #55

Open speedpursuer opened 7 years ago

speedpursuer commented 7 years ago

It can reproduce in dev and If changing to not use proxy option, it works to normal. I don't find any difference in db.info() especially update_seq (both is 766) with vs without proxy option. The update_seq on remote server is 1355. As the app that is changed to use proxy option was just launched and user is starting to suffer the issue, do you think there is some remedy on the server side to make replication work again instead of releasing a new version of App changing back not to use proxy option, which would take longer due to holiday break? Thanks a lot for any help!

nolanlawson commented 7 years ago

Can you provide more details? Browser/CouchDB version/PouchDB version/what you're doing to reproduce and what the issue is? I'm not quite understanding how to reproduce this problem...