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
Uncaught TypeError TypeError: Cannot read properties of undefined (reading 'collection')
at getOverview (/Users/alcalawil/vemos/repos/cronjobs/node_modules/agendash/lib/controllers/agendash.js:126:43)
at api (/Users/alcalawil/vemos/repos/cronjobs/node_modules/agendash/lib/controllers/agendash.js:263:7)
at <anonymous> (/Users/alcalawil/vemos/repos/cronjobs/node_modules/agendash/lib/middlewares/express.js:30:33)
at handle ...
I solved it by manually setting _collection just before injecting agenda to Agendash
When I install Agendash the app runs, but when I go to http://localhost:3008/dash/ I get below error:
I solved it by manually setting
_collection
just before injecting agenda to AgendashThe text was updated successfully, but these errors were encountered: