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 was archived by the owner on Feb 15, 2023. It is now read-only.
I'm getting the following error. I have no clue why.
Any input would be greatly appreciated.
(node:283) [MONGODB DRIVER] Warning: Top-level use of w, wtimeout, j, and fsync is deprecated. Use writeConcern instead.
events.js:377
throw er; // Unhandled 'error' event
^
TypeError: instance.createActivity is not a function
at FeedManager.activityCreated (/app/node_modules/getstream-node/src/FeedManager.js:78:28)
at /app/node_modules/getstream-node/src/backends/mongoose.js:106:24
at /app/node_modules/mongoose/lib/model.js:5074:18
at processTicksAndRejections (internal/process/task_queues.js:77:11)
Emitted 'error' event on Function instance at:
at /app/node_modules/mongoose/lib/model.js:5076:15
at processTicksAndRejections (internal/process/task_queues.js:77:11)
Hey,
I'm getting the following error. I have no clue why.
Any input would be greatly appreciated.
Follow are my model and app.js files