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
Gave this a try today and didn't get very far unfortunately. I was able to log in and see a list of collections in my database, but attempting to click on one of them resulted in this console error:
throw new MongooseError('Query.prototype.exec() no longer accepts a callback');
at model.Query.exec (D:\git\test-app\server\node_modules\mongoose\lib\query.js:4370:11)
at collection (D:\git\test-app\server\node_modules\sriracha\lib\controllers\main.js:43:14)
The text was updated successfully, but these errors were encountered:
Gave this a try today and didn't get very far unfortunately. I was able to log in and see a list of collections in my database, but attempting to click on one of them resulted in this console error:
The text was updated successfully, but these errors were encountered: