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
Trying to use this package with a Meteor application, which does not use MongoDB. It uses server-side MiniMongo collections instead. When I try to use this package it attempts to create a MongoDB collection as part of "new AccountsServer", which fails because there is no connection to MongoDB. Is there a way to configure Restivus, such that it does not call "new AccountsServer"?
The text was updated successfully, but these errors were encountered:
Trying to use this package with a Meteor application, which does not use MongoDB. It uses server-side MiniMongo collections instead. When I try to use this package it attempts to create a MongoDB collection as part of "new AccountsServer", which fails because there is no connection to MongoDB. Is there a way to configure Restivus, such that it does not call "new AccountsServer"?
The text was updated successfully, but these errors were encountered: