Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
buenavida opened this issue Nov 1, 2015 · 4 comments

Comments

@buenavida
Copy link

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
Copy link
Contributor

squio commented Nov 24, 2015

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
Copy link
Owner

jo commented Apr 7, 2016

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

@buenavida
Copy link
Author

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants