backbone-pouch icon indicating copy to clipboard operation
backbone-pouch copied to clipboard

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

Open buenavida opened this issue 10 years ago • 4 comments
trafficstars

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

buenavida avatar Nov 01 '15 21:11 buenavida

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.

squio avatar Nov 24 '15 12:11 squio

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

jo avatar Apr 07 '16 23:04 jo

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.

buenavida avatar Apr 21 '16 14:04 buenavida

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.

joshglenn avatar Jul 29 '16 10:07 joshglenn