We're occasionally seeing the following error when the client refreshes during development:
Exception in queued task ReferenceError: handle is not defined
at Object.checkNewVersionDocument (autoupdate_client.js:113)
at _CachingChangeObserver.added (local_collection.js:1305)
at Object.added (local_collection.js:707)
at self.collection._observeQueue.queueTask (cursor.js:296)
at Meteor._SynchronousQueue.SQp.runTask (meteor.js?hash=0504f43f667698535416b00eb44eb6f53161cb63:838)
at Meteor._SynchronousQueue.SQp.flush (meteor.js?hash=0504f43f667698535416b00eb44eb6f53161cb63:867)
at Meteor._SynchronousQueue.SQp.drain (meteor.js?hash=0504f43f667698535416b00eb44eb6f53161cb63:876)
at Cursor.observeChanges (cursor.js:349)
at Function.LocalCollection._observeFromObserveChanges (local_collection.js:1333)
at Cursor.observe (cursor.js:212)
We only started encountering this error after updating to beta.19. Although we're monitoring this issue but I thought it's good to share in case it's related to the recent rewrite for the the autopdate_client.js .
This should be fixed if you run
meteor update --release 1.7.1-beta.25
Please feel free to reopen if this still seems to be broken after updating.
Most helpful comment
This should be fixed if you run
Please feel free to reopen if this still seems to be broken after updating.