This is, of course, expected. But when I access this address in Cloud9 browser, nothing happens.
After some research I found that Cloud9 has some limitations when setting up web servers. For example, for nodejs servers, we can’t assign an arbitrary port to the server. Instead, we should use process.env.PORT and 0.0.0.0 as the server address. Since ionic creates a local server to serve the app, I believe this limitation might apply as well.
I have the same issue: the ionic server is starting on 8080, but if I click on the dev server link I get an empty page.
Running dev server at http://172.17.19.1:8080
Running live reload server at http://172.17.19.1:35729
changed: www/index.html
changed: www/index.html
changed: www/index.html
What URL did you use to preview the app?
My workspace type is custom, did you also created a custom or nodejs workspace for your project?