I'm trying to set up a Node.js deployment on cloudControl, however my deployment fails and I have no idea why. The logs prompt me this error:
1/15/15 4:15 PM Info Failed to start container
My Procfile seems just fine however:
web: node server.js
I get no further explanation or stacktrace on why the container failed to start. The exact code I'm trying to deploy is on github: https://github.com/dunnkers/roosters-api
I'm using mongoose to connect to an external MongoSoup database. I'm however not using the addon for this. Could this by what's failing the deployment?
All ideas are appreciated!