This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Description
Reproduce
new Mongo.Collection('mycollection', {connection: null});
Mongo.Collection.get('mycollection', {connection: "dummy val"}); // It only matters that connection is included.
Result
Uncaught TypeError: Cannot read property '_lastSessionId' of null
at line 16. That is, instance.options.connection is null.