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
{{ message }}
This repository was archived by the owner on Sep 4, 2025. It is now read-only.
newMongo.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.