meteor-admin
meteor-admin copied to clipboard
my view all for the collection is not working, empty page with error
I am trying to use this awesome package, but unfortunately I am getting this error.
+1
@balasivagnanam Try the following:
meteor add session
The session package might not be installed
+1
to make this issue google-findable, here's the complete error:
Exception from Tracker afterFlush function:
debug.js:41 ReferenceError: Session is not defined
at tabular.js:235
at Object.Tracker.nonreactive (tracker.js:603)
at .<anonymous> (tabular.js:234)
at view.js:199
at Function.Template._withTemplateInstanceFunc (template.js:465)
at view.js:197
at Object.Blaze._withCurrentView (view.js:538)
at viewAutorun (view.js:196)
at Tracker.Computation._compute (tracker.js:311)
at new Tracker.Computation (tracker.js:201)
debug.js:41 Exception from Tracker afterFlush function:
debug.js:41 TypeError: Cannot read property 'aDataSort' of undefined
at _fnSortFlatten (jquery.dataTables.js:4504)
at _fnSortingClasses (jquery.dataTables.js:4842)
at HTMLTableElement.<anonymous> (jquery.dataTables.js:6470)
at Function.each (jquery.js:384)
at jQuery.each (jquery.js:136)
at jQuery.DataTable (jquery.dataTables.js:6092)
at jQuery.$.fn.DataTable (jquery.dataTables.js:14775)
at Template.AdminDashboardView.rendered (templates.coffee:17)
at template.js:119
at Function.Template._withTemplateInstanceFunc (template.js:465)