question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Meteor 1.3: Uncaught Error: use "new" to construct a Mongo.Collection

See original GitHub issue

When I create a collection Parties = new Ground.Collection('parties', { connection: null });

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
lucnatcommented, Apr 7, 2016

@raix Thanks for the awesome work. The issue is resolved 2.0.0-alpha.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

[question]usage with meteor 1.3 · Issue #153 · GroundMeteor/db ...
Do you know any issues to use the alpha version of GroundDB with 1.3? ... Meteor 1.3: Uncaught Error: use "new" to construct...
Read more >
Error: collection declared twice - Meteor forums
Hi, I have an error message saying Uncaught Error: There is already a collection named 'trackings' But it is declared just once in...
Read more >
Meteor-React tutorial, can't see Mongo data in the web-browser
So either Meteor can't fetch data from Mngo or there's something wrong with the rendering component. Sorry, if this is too newbie question...
Read more >
Astronomy Documentation
import { Class } from 'meteor/jagi:astronomy'; const Posts = new Mongo.Collection('posts'); const Post = Class.create({ name: 'Post', collection: Posts, ...
Read more >
Urigo/angular-meteor - Gitter
https://angular-meteor.com/tutorials/whatsapp2/ionic/setup ... Uncaught ReferenceError: Mongo is not defined at new Collection (modules.js?hash=cfb4d1f…
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found