-
-
Notifications
You must be signed in to change notification settings - Fork 751
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
[BUG] Feathers calls create
method twice
#75
Comments
I just updated to version 1.0.0-pre.1 by directly cloning this repository into |
Odd... I don't think anything changed in that aspect. Did that happen with other clients (I usually use the Postman Chrome plugin) as well? |
Yes, I also used Postman and plain XMLHttpRequests. The bug was always reproducible. |
* Rename repository and use npm scope * Prepare prerelease
* Rename repository and use npm scope * Prepare prerelease
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
Running this example app with Feathers.js 0.4.0 and sending an URL encoded
POST
request viacurl
to/tasks
prints the following to the console:It looks like
tasks.create
gets called twice, or am I missing something?The text was updated successfully, but these errors were encountered: