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
@leeqiang looks like a bug indeed. I believe it happens because order of parameters isn't right, usually callback is the last argument and it seems like jugglingdb core expects it. Reasons behind that are unknown, looks like a really old technical debt (perhaps it is hard to address because this interface shaded by many drivers).
As a workaround you could try supplying empty where object in count call: Model.count({}).
My Code
Error (I add some log)
Screenshot
The text was updated successfully, but these errors were encountered: