-
Notifications
You must be signed in to change notification settings - Fork 3
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
Demo app does not always sync todo items #124
Comments
hmmm that should be very solid. Do you see any request errors in the browser console? |
No errors and we tried it in several different environments with the same results each time |
You can check it yourself on:
|
Thanks you two, that is super helpful. I'll have a look if I find something obvious, but note that we are currently working on a new Hoodie version, which will have a much much much more robust sync architecture, because it will use PouchDB instead of our self-cookied localStorage-based solution. The store module is pretty much finished already, you can play with it here: https://github.com/hoodiehq/hoodie-standalone-store |
@gr2m Thanks for the info, I was under the impression that you were already using pouchdb, so was quite surprised that it wasn't working as expected (I had good experiences with pouch in the past). Are we better off going with vanilla couch+pouch for the time being or is the hoodie-standalone-store + hoodie-client-store is a reasonable state? Also it looks like the new setup might play nice with webpack which will be great. |
yeah the new setup should be much easier with webpack & browserify. I’d say And you can also use I'd give these a try, they are all in very good state, well tested & documented |
Hey there, just a quick note that we are making progress on the new hoodie: probably sync won’t work at all, but if you run into bugs, they should be easy to identify & fix now. It’s a great time to get involved into Hoodie, and I’m happy to help you find your way around the new architecture. A good start is here: https://github.com/hoodiehq/hoodie#why-is-there-no-code-in-this-repository |
Hoodie Version: 0.6.3 (node v5.2.0, npm 2.14.15, platform: darwin)
CouchDB Version 1.6.1
Steps to reproduce:
Result:
Sometimes they sync, usually they don't until the page is manually reloaded.
The text was updated successfully, but these errors were encountered: