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
Locally is we go to URL: localhost:3000/
"test" template is not rendered and got a Exception:
Exception from Tracker recompute function:
debug.js:41Error: You can't use reactive data sources like Session inside the `.subscriptions` method!
at utils.js:133
at Tracker.Computation._compute (tracker.js:294)
at Tracker.Computation._recompute (tracker.js:313)
at Object.Tracker._runFlush (tracker.js:452)
at onGlobalMessage (setimmediate.js:102)
It's a bug right now. If you need to do this, use a trigger or do this
inside a setTimeout, until we do a fix.
On 2015 ජූනි 6, සෙන at පෙ.ව. 2.39 bySabi notifications@github.com wrote:
"test" template is not rendered and got a Exception:
Exception from Tracker recompute function:
debug.js:41Error: You can't use reactive data sources like Session inside the .subscriptions method!
at utils.js:133
at Tracker.Computation._compute (tracker.js:294)
at Tracker.Computation._recompute (tracker.js:313)
at Object.Tracker._runFlush (tracker.js:452)
at onGlobalMessage (setimmediate.js:102)
I have this routes
Locally is we go to URL: localhost:3000/
"test" template is not rendered and got a Exception:
I put on Meteorpad http://meteorpad.com/pad/puMYoFS3hFSddSop2/flowrouter-test and there it work
fine. Tested with meteorpad URL http://app-******.meteorpad.com/
The text was updated successfully, but these errors were encountered: