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

Fast render debugger return "[]" on Meteor 1.3.4.4 #182

Open
Tbutnyakov opened this issue Aug 5, 2016 · 3 comments
Open

Fast render debugger return "[]" on Meteor 1.3.4.4 #182

Tbutnyakov opened this issue Aug 5, 2016 · 3 comments

Comments

@Tbutnyakov
Copy link

Tbutnyakov commented Aug 5, 2016

Hi! I have a strange situation with fast render. I'm use iron router+fast-render+publish composite.
My routes configured correct, via fast-render guide. But fast.render debug show me 0 subscriptions in console on the client. In fact, I have empty object in fast.render.debbuger.

Example of Route:

Router.route('/', {
name: 'news',
waitOn: function() {
return [Meteor.subscribe('news'), Meteor.subscribe('digest')];
},
action: function() {
this.render('news_main');
},
fastRender: true
});

In console FastRender.debugger.getPayload() return only users object

Is it work with publish composite? Or problem in router?

UPD: Or may be problem in Astronomy-ORM i use in project?

@Tbutnyakov Tbutnyakov changed the title Fast render with publish composite Fast render debugger return "[]" on Meteor 1.3.4.4 Aug 13, 2016
@Tbutnyakov
Copy link
Author

@arunoda can u help me please?

@abecks
Copy link

abecks commented Aug 23, 2016

Try the new release. This sounds like it was related to 2.14 not working with Meteor 1.3.2+. The 2.16 release might fix your issue.

@Tbutnyakov
Copy link
Author

@abecks hello! Still the same result

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

2 participants