iriscouch / follow

Very stable, very reliable, NodeJS CouchDB _changes follower
Apache License 2.0
393 stars 82 forks source link

it works on local couchdb but not on the remote couchdb #96

Open iamrommel opened 5 years ago

iamrommel commented 5 years ago

I was able to get the changes on local couchdb but, when i connect to remote (which is on different part of the continent, it does not work. I already tinker around the CORS settings but it seems ok.. I was able to get the changes too directly using https://myserver.com/tickets/_changes?&include_docs=true&since=0, but not with follow

iamrommel commented 5 years ago

Ah please close this, The issue is i was using proxy with nginx and the _changes url needs special configuration for nginx For details you check this https://medium.com/rommels-software-development-perspective/why-do-i-need-medium-to-post-my-stories-cd33d37d9fc9