I am running a rails application in AWS cloud9 DEV env, listening on tcp://0.0.0.0:8080. i am able to open app on aws provided url (i.e https://xxxx.xxx.cloud9.us-east-1.amazonaws.com) but unable to open using localhost:8080.
I tried using protocol- tcp, http, https to run localhost:8080, also removed windows firewall defender. but did not work.
When i run the app using localhost, it says this site cant be reached.