-
Notifications
You must be signed in to change notification settings - Fork 27
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
incoming is not triggered when using pouchDB put function #36
Comments
Thanks for reporting. I will try to look at this when I get a chance but I admit I am swamped right now, so if you could debug on an unmagnified build of transform-pouch that may help narrow down the cause of the problem. :) Thanks!
|
Hello, |
"unminified," sorry for the typo |
Hello, still it has not been solved? |
Hi folks, this issue with |
Hello,
I used transform-pouch (v1.1.3) within node.js (v6.7.0) to access a couchdb (v1.6.1) backend server. When i use PouchDB (v 6.0.5) post function, incoming is triggered. But, when i use PouchDB put function it is not.
Can you help ?
Thanks for your support.
Here is the code of my node app and the resulting console output :
Node app code
Node output console
The text was updated successfully, but these errors were encountered: