-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meteor 1.3: Uncaught Error: use "new" to construct a Mongo.Collection #158
Comments
I have same issue. @LucNaterop did you fixed it? |
So I installed this package and STARTED getting this error. Didn't get it before
Only problem is, that means it could be one of any of the following packages. Clean list: http://pastebin.com/VsswjubW
|
Try this:
|
Thank you! I'll try that out. |
@raix Thanks for the awesome work. The issue is resolved |
When I create a collection
Parties = new Ground.Collection('parties', { connection: null });
The text was updated successfully, but these errors were encountered: