meteor / solomo

The demo we showed at Meteor Devshop August 2014 of Meteor Mobile integration. This code has moved to the examples folder in meteor/mobile-packages.
30 stars 5 forks source link

Installed on Nitrous.IO -- no server running for web browser device case #6

Open gdepue opened 9 years ago

gdepue commented 9 years ago

action@discovermeteorxxxxx-xx:~/workspace/meteor-mobile-demo(master*)$ meteor
[[[[[ ~/workspace/meteor-mobile-demo ]]]]]

=> Started proxy.
=> Started MongoDB.
=> Started your app.

=> App running at: http://localhost:3000/

When opening browser at port 3000 from Nitrous IDE preview, the message says there is no evidence of server running: "We couldn't find a server running on this port – are you sure there is a server running?"

stubailo commented 9 years ago

Hi gdpue, I think this issue is more relevant to the Meteor framework than this example app in particular.

gdepue commented 9 years ago

All my other meteor projects run as expected. I cloned this demo from github, followed the startup instructions and the example app doesn't work for me.

stubailo commented 9 years ago

Interesting, I'll check it out.