From my application's root directory, I can build an image and run it locally. When I use the image built via the kubernetes engine, it successfully builds, but the application errors.
The logs above are from kubernete's dashboard, they show the error that occurs when trying to run the application.
I've also changed my local environment to the node/npm version to match the version noted in the logs and the app. The app runs with no issues locally.
I've only found one other user with a similar issue: https://github.com/GoogleCloudPlatform/cloud-builders/issues/142 so I'm pretty stumped as to what it could be, any suggestions are welcome.