Emmanuel Olaojo
Emmanuel Olaojo
I'm also having this issue. It's probably because mongoose [dropped support for mongodb driver versions < 2.0.36](https://github.com/jdesboeufs/connect-mongo/blob/master/CHANGELOG.md#200--2017-10-09). I see this project uses [email protected] so updating to a more recent version...
Good question. Yes, the issue with using the same collection is that another server's transactions could get deleted. In your case, you could use a different collection for each fork...
:joy::joy: Just don't keep explosives near your servers. I like that idea though; I could make it part of the next update or would you like to work on this?
Yeah I think you're onto something. I'll look into it.
I'll look into it. Might be related to #53
After much digging, this is actually related to #74
It'll be fixed in the next update
Try ```javascript Task.save(promotion) ``` Instead of ```javascript Task.save(Promotion, promotion) ```
Can you put up the code for the Promotion model?
What version of Fawn are you using?