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 18, 2020. It is now read-only.
This would be a phenomenal package if I could figure out how to get it working.
I tried this...
let db = request.plugins["hapi-massive"].db;
...and the error tells me that request is undefined...So, if I try the same thing within the request handler, the error says...'Cannot ready property "db" of undefined'
I'm fairly new to plugins, especially custom plugins, and I feel like I'm missing something obvious.
The text was updated successfully, but these errors were encountered:
This would be a phenomenal package if I could figure out how to get it working.
I tried this...
let db = request.plugins["hapi-massive"].db;
...and the error tells me that request is undefined...So, if I try the same thing within the request handler, the error says...'Cannot ready property "db" of undefined'
I'm fairly new to plugins, especially custom plugins, and I feel like I'm missing something obvious.
The text was updated successfully, but these errors were encountered: