Search code examples
google-cloud-storagegoogle-cloud-platformmeanjs

Viewing MEAN app in Google cloud


I am trying to access a barebone MEAN stack application with Google's glcloud one click deployments. I have successfully been able to add the code for the MEAN app and can access (via ssh) and run/start app using grunt. Neither of the external links provided by gcloud is working: http://:3000 or http://

Any idea on how to access app for viewing/testing?


Solution

  • I figured it out by allowing the default MEAN JS port 3000 on the firewall rules in the Google Developer Console. Networking > Firewall rules. You must also allow http port for incoming traffic.