Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not show data on reload #39

Open
Fabs opened this issue Jun 4, 2016 · 0 comments
Open

Does not show data on reload #39

Fabs opened this issue Jun 4, 2016 · 0 comments

Comments

@Fabs
Copy link

Fabs commented Jun 4, 2016

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:

  1. On a Mac, with Meteor 1.3.2.4
  2. Start a project running meteor (eg. bullet-plog)
  3. Open localhost:3000 on chrome (Canary, or current release)
  4. Open debug.kadira.com/debug and point to the app
  5. Reload the app
  6. Find the correct session (that was created new) for the app
  7. Look at Event Stream, nothing appers, or sometimes just Live Updates to collection kdInfo: changed 1 docs
  8. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant