I have a Node.js app. It works fine when run locally and when deployed to Cloud Foundry. Now, I tried to move this app to IBM Cloud Code Engine. It builds ok, but it does not seem to become ready
during the deployment stage.
I can see this error in the logs.
Internal error:
RevisionFailed: Revision "myNodeJSapp-1" failed with message: Initial scale was never achieved
What might be the reason for this?