I have a nodejs app in google compute engine which I can access with the given appspot adress.
In networking I set the ip adress as static. I have added a firewall rule for allow any trafic , tcp:8080.
But when I try to go onto external ip adress on my browser it fails to load. So I cannot acces my site with external ip adress.
What should I do to be able to use external IP adress?