mongoose-history-trace
mongoose-history-trace copied to clipboard
Plugin mongoose for history logs schemas
in mongoose v6.5 show this error DeprecationWarning: collection.ensureIndex is deprecated. Use createIndexes instead. please update mongoose 6 or new and when use findByIdAndUpdate in graphql show this error: ``` Error:...
I am trying to use this library with the connection that is already created in my project, but it doesn't work. ``` MongooseError: Operation `historyLogs.insertOne()` buffering timed out after 10000ms...
Hello guys. I'm trying use the plugin, but my history not works. My model: `import mongoose from "mongoose"; import { validateEmail } from "../utils/validations"; import { ROLES } from "./Enums";...
How to define LoggedUser while using the plugin globally?