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
When i use the plugin 'mongo-store'.The console write a fetal log 'The definition function for the plugin mongo-store has failed: Cannot read property 'init' of undefined'.
I try to find the reason.So i Debug the file mongo-store.js.
// the code in the file 374 row.// error: seneca.store is undefined.varmeta=seneca.store.init(seneca,opts,store)
I think the reason is seneca missing some api. So ceate the issues.
The text was updated successfully, but these errors were encountered:
When i use the plugin 'mongo-store'.The console write a fetal log 'The definition function for the plugin mongo-store has failed: Cannot read property 'init' of undefined'.
I try to find the reason.So i Debug the file mongo-store.js.
I think the reason is seneca missing some api. So ceate the issues.
The text was updated successfully, but these errors were encountered: