We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To repro:
npm install feathers feathers-errors feathers-rest body-parser mongoose feathers-mongoose
Then create and app.js like the one provided here:
feathersjs-ecosystem/feathers-mongoose#167
run: node app.js
result: Mongoose blows up when trying to $push 'undefined'
The text was updated successfully, but these errors were encountered:
A more minimal repro would be much appreciated. Can you also tell me what error you get?
Sorry, something went wrong.
@idibidiart do you have more info or a better repro script? I'm going to mark this as stale and will close soon if not
No branches or pull requests
To repro:
npm install feathers feathers-errors feathers-rest body-parser mongoose feathers-mongoose
Then create and app.js like the one provided here:
feathersjs-ecosystem/feathers-mongoose#167
run: node app.js
result:
Mongoose blows up when trying to $push 'undefined'
The text was updated successfully, but these errors were encountered: