Cannot Join the Game Successfully
Closed this issue · 5 comments
mitnk commented
RT.
loddit commented
执行 meteor add insecure 试试
mitnk commented
I tried last night at home.
The computer I'm using now have no Nodejs & MongoDB installed.
I'll try it tonight.
If this command is necessary, I think it should be in readme file ;)
The error seemed: Meteor.ui is not defined
.
mitnk commented
Well, actually I had deployed it into meteor.com. Did work either.
Please have a look:
loddit commented
you r right, exception is Meteor.ui in not defined
, meteor remove ui from Meteor object.
so Meteor.ui.render
should be Meteor.render
.
I updated code. try pull it and deploy again ~
mitnk commented
It worked, no need to run meteor add insecure
. thank you!