-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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/debugand 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels