this.remove() is not a function
Closed this issue · 5 comments
misterioss commented
Everything else works OK except for DELETE method.
I am not sure, maybe it's related to some deprecation.
I use:
fastify-mongoose-api": ^1.2.20
mongoose": "^7.6.3
jeka-kiselyov commented
Will check today. Thanks for the report.
jeka-kiselyov commented
@misterioss fixed and published as 1.2.22 , now it should work with mongoose v7..
@EmilianoBruni published your fix as part of it too. But had little mess with merges. Seems everything is fine and tests are ok, but please take a quick look when you have time.
EmilianoBruni commented
@jeka-kiselyov Ok, will check in the weekend
EmilianoBruni commented
Everything seems to be working for me. I also replaced the references in all my projects to use the official version and I don't notice any problems.
jeka-kiselyov commented
Thank you @EmilianoBruni !