Skip to content

Does not show data on reload #39

@Fabs

Description

@Fabs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions