Search code examples
javascriptnode.jscloud-foundrypredix

Cloud foundry nodejs sample app not working


I'm just beginning to use cloud foundry.

I ran this node js sample app of cloud foundry on predix (I just changed the app name in manifest.yml). The code is fine locally and can be pushed to the cloud using cf CLI. The app status in the console is started for both of them. But when I go to the URL, the site can't be reached. Please help.

Edit

The microservice template is not running locally.


Solution

  • In the cloud, make sure you're using the https:// protocol. This is required in Predix cloud.

    Locally, what errors do you see?