@ReneMoraales I use meteor up to deploy songRoll-sky on production mod . It works fine on my locally but doesn't work on production mod. When i open the page and just show an iron router error.
iron:router
Organize your Meteor application.
Router.route('/', function () {
this.render('Home', {
data: function () { return Items.findOne({_id: this.params._id}); }
});
});
It seems like a iron router issue. Maybe the songRoll-sky iron router api are too old. I update meteor before.
@ReneMoraales I use meteor up to deploy songRoll-sky on production mod . It works fine on my locally but doesn't work on production mod. When i open the page and just show an iron router error.
iron:router Organize your Meteor application. Router.route('/', function () { this.render('Home', { data: function () { return Items.findOne({_id: this.params._id}); } }); });
It seems like a iron router issue. Maybe the songRoll-sky iron router api are too old. I update meteor before.