I have found multiple solutions to this problem, but none of them seem to work for Nitrous.io. Any help would be greatly appreciated.
Asked
Active
Viewed 326 times
0
-
That url doesn't look right. Are you really trying to connect to the `socket.io` servers? – Aaron Dufour Mar 31 '14 at 15:21
-
I actually pasted it wrong and forgot the 0.0.0.0 – Robby Grodin Mar 31 '14 at 15:57
-
Why are you using `0.0.0.0`? That doesn't sound like its going to go well. What domain is the html page on? – Aaron Dufour Mar 31 '14 at 16:03
-
I'm running my app on Nitrous.io, instead of localhost the app is bound to 0.0.0.0 – Robby Grodin Mar 31 '14 at 18:50
-
2Binding to `0.0.0.0` makes it available publicly (instead of only on the loopback address) but it is _not_ the ip you use to locate it. It has a special meaning. You should be navigating to `127.0.0.1` or, preferably, your hostname. – Aaron Dufour Mar 31 '14 at 18:53