Openshift Layer4 connection, App Won't Start

前端 未结 2 643
青春惊慌失措
青春惊慌失措 2020-12-17 02:51

I recently pushed a set of node.js changes to an app on Openshift. The app runs fine on my local machine and is pretty close to the vanilla example deployed by Openshift. Th

2条回答
  •  难免孤独
    2020-12-17 03:54

    Thanks for the response! However, I just discovered what the issue was by rolling back and making one change at a time. There was a buried npm dependency down in a subfile. This dependency had not been added to the package.json file and Openshift was failing to rebuild node appropriately. Once the dependency was added everything started to run again. The log errors were a bit of a red herring and simply a side effect of not having a good application to start!

提交回复
热议问题