-
Notifications
You must be signed in to change notification settings - Fork 462
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
Heartbeat request failures after login #757
Comments
How do you start Hoodie? Do you set Can you set |
and CouchDB runs on version 1.6.1. Logs:
|
I was not able to reproduce the problem yet, do you use a custom app that is loaded from a different URL / port? |
The app runs on I somehow (don't ask me how 😔) managed to have hoodie/pouchdb to use IndexedDB in my browser (latest Chrome) and the
(Note: If I copy the request url from the Network tab (copy as curl) and do it from the command line, it works just fine and resolves after changes come in.) But I also get this net::ERR_INCOMPLETE_CHUNKED_ENCODING error for
so this might be not related to hoodie/pouchdb at all. I need to investigate more. |
I think I've found what caused the error: Node.js v8. If I switch back to 7.9.0 (or use the LTS version), no errors. |
thanks for the info! If you had a minimal reproducible test case that’d be much appreciated. Node 8 is stable now and Hoodie really should run smoothly with it |
After a successful login I get the following request failure messages printed to the console. The error occurs only if a user is logged in.
Note, there are 2 requests. The first one is successful, but the second isn't.
I tried to run the application in different browsers and it seems this error occurs if hoodie (or pouchdb) uses WebSQL and not IndexedDB (not sure about the determinism).
Hoodie is running on version
28.1.1
, pouchdb on6.2.0
The text was updated successfully, but these errors were encountered: