jo / backbone-pouch

Backbone PouchDB Adapter
http://jo.github.io/backbone-pouch/
MIT License
163 stars 27 forks source link

No collection update in Todo-sync example after updating pouchdb to version 5 #43

Open buenavida opened 8 years ago

buenavida commented 8 years ago

Hello. I replaced the file pouchdb.js by the newest version (5) in the example todos-sync. If I add a new todo item to my remote database the todo collection is not updated. Thanks for your help. Andi

squio commented 8 years ago

Same here; had to make a quick fix to an existing project (target platform iPad). Pouch 5.1.0 did not sync anymore with Cloudant.

I have currently no time to investigate this further, reverted to PouchDB 4.0.3 which luckily still works.

jo commented 8 years ago

@buenavida is your remote database also on Cloudant? If so, could you try it again with current PouchDB v5.3.1?

buenavida commented 8 years ago

I installed couchdb locally. I updated pouchdb to version 5.3.2 but the todo collection is not updated after adding a todo item in my local couchdb.

joshglenn commented 8 years ago

Same problem here. In my case, the Pouch : changes event fires with the data that should be updated into Backbone's collection, but it never updates the collection. Using pouchdb 5.1.0.