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
When trying to execute any of the code of the first lessons on the Introduction part of BulletProof course, after a reload, and selecting the correct session on the debugger, there is no data about the subscriptions used to the first page load. If I then open console and call a method, or subscribe, or if I interact with the app, then kadira:debug seems to work as expected.
Steps I used:
On a Mac, with Meteor 1.3.2.4
Start a project running meteor (eg. bullet-plog)
Open localhost:3000 on chrome (Canary, or current release)
Open debug.kadira.com/debug and point to the app
Reload the app
Find the correct session (that was created new) for the app
Look at Event Stream, nothing appers, or sometimes just Live Updates to collection kdInfo: changed 1 docs
be sad :-( (only while there is no fix for that :-P)
What I've tried.
witching chrome versions
updating the project to the latest meteor version using meteor update
What I do to learn anyway
I just run the subscriptions and commands I know the server used to initialize the page, on the console, and then its available on kadira:debug.
The text was updated successfully, but these errors were encountered:
When trying to execute any of the code of the first lessons on the Introduction part of BulletProof course, after a reload, and selecting the correct session on the debugger, there is no data about the subscriptions used to the first page load. If I then open console and call a method, or subscribe, or if I interact with the app, then
kadira:debug
seems to work as expected.Steps I used:
Meteor 1.3.2.4
meteor
(eg. bullet-plog)debug.kadira.com/debug
and point to the appLive Updates to collection kdInfo: changed 1 docs
What I've tried.
meteor update
What I do to learn anyway
The text was updated successfully, but these errors were encountered: