Exception from Tracker afterFlush function:
meteor.js:930 ReferenceError: Session is not defined
at aldeed_tabular.js:15859
at Object.Tracker.nonreactive (tracker.js:631)
at .<anonymous> (aldeed_tabular.js:15858)
at blaze.js:1875
at Function.Template._withTemplateInstanceFunc (blaze.js:3687)
at blaze.js:1873
at Object.Blaze._withCurrentView (blaze.js:2214)
at viewAutorun (blaze.js:1872)
at Tracker.Computation._compute (tracker.js:339)
at new Tracker.Computation (tracker.js:229)
meteor.js:930 Exception from Tracker afterFlush function:
meteor.js:930 TypeError: Cannot read property 'aDataSort' of undefined
at _fnSortFlatten (aldeed_tabular.js:4619)
at _fnSortingClasses (aldeed_tabular.js:4957)
at HTMLTableElement.<anonymous> (aldeed_tabular.js:6585)
at Function.each (jquery.js:442)
at jQuery.each (jquery.js:194)
at jQuery.DataTable (aldeed_tabular.js:6207)
at jQuery.$.fn.DataTable (aldeed_tabular.js:14890)
at Template.AdminDashboardView.rendered (yogiben_admin.js:1859)
at blaze.js:3341
at Function.Template._withTemplateInstanceFunc (blaze.js:3687)
Please help my find the bug. Can't see any collections.
Config:
Got exception on console:
Users is present in DB
When I click see all, I got:
If I add Posts collection I got the same bug.