I have a workspace that used to work (yestarday). I configured it according this post, + changed hostname to be 0.0.0.0:
connect: {
options: {
port: 8080,
// Change this to '0.0.0.0' to access the server from outside.
hostname: '0.0.0.0',
livereload: 8081
},
...
Those exact configurations used to work for me yestarday, and now I cannot get anything when running on browser:
http://project-user.c9users.io:8080/
BTW - this did not for me, as well:
`kill -9 $(lsof -i:8080 -t)`