Schmidt
Schmidt
perhaps worth mentioning that this is npm version 6
@buenavida is your remote database also on Cloudant? If so, could you try it again with current PouchDB v5.3.1?
I would accept a pull ;)
Hi @limoragni, backbone-pouchdb is the same as backbone-pouch, I have renamed it. So @peritus suggestion should just install this library :)
CouchDB, and so PouchDB, always [responds with id and rev](http://docs.couchdb.org/en/latest/api/document/common.html#updating-an-existing-document) on successful document updates: ``` json { "id": "SpaghettiWithMeatballs", "ok": true, "rev": "2-790895a73b63fb91dd863388398483dd" } ``` I suggest to rewrite the...
Please reopen if still an issue
Yes, this is indeed a possibility. One thing to keep in mind, though: replication performance is a little slow when using filters. So having one giant database for all users...
Nginx encodes urls on the way through. So, for example, if you request `http://my.couch.behind.nginx.com/mydb/foo%2Fbar` it gets routed to CouchDB as `/mydb/foo/bar`, which is not what we want. We can configure...
3caf71dffb054aa718133d6c54829570744e93e4