You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
/home/project/node_modules/mongoose-history/lib/mongoose-history.js:31
var history = new hm.HistoryModel(hm.historyCollectionName(this.collection.name, customCollectionName), options)(historyDoc);
^
TypeError: Cannot read property 'name' of undefined
at Document.<anonymous> (/home/project/node_modules/mongoose-history/lib/mongoose-history.js:31:79)
at _next (/home/project/node_modules/hooks-fixed/hooks.js:62:30)
at fnWrapper (/home/project/node_modules/hooks-fixed/hooks.js:186:8)
at Document.<anonymous> (/home/project/node_modules/mongoose-timestamp/index.js:56:6)
at _next (/home/project/node_modules/hooks-fixed/hooks.js:62:30)
at fnWrapper (/home/project/node_modules/hooks-fixed/hooks.js:186:8)
at Document.fn (/home/project/node_modules/mongoose/lib/schema.js:223:11)
at _next (/home/project/node_modules/hooks-fixed/hooks.js:62:30)
at fnWrapper (/home/project/node_modules/hooks-fixed/hooks.js:186:8)
at Document.fn (/home/project/node_modules/mongoose/lib/schema.js:177:18)
at Document._next (/home/project/node_modules/hooks-fixed/hooks.js:62:30)
at Document.proto.(anonymous function) [as $__original_save] (/home/project/node_modules/hooks-fixed/hooks.js:108:20)
at /home/project/node_modules/mongoose/lib/document.js:1966:24
at new Promise.ES6 (/home/project/node_modules/mongoose/lib/promise.js:45:3)
at Document.wrappedPointCut [as save] (/home/project/node_modules/mongoose/lib/document.js:1946:21)
at i (/home/project/node_modules/mongoose/lib/schema.js:229:18)
The text was updated successfully, but these errors were encountered:
http://mongoosejs.com/docs/subdocs.html
When I am using Sub-Document. There is an error.
The text was updated successfully, but these errors were encountered: