Application Error in Heroku , with status H10 , desc = "app crashed" , No error in logs , Application running Locally but after deploying and building successfully , App is Crashing.
Methods I had tried to run it :-
- including procfile
- including start script (node server.js)
- changing npm version in package.json from 5.6.x to 5.7.1
- setting NPM_CONFIG_PRODUCTION=false to install dev-dependencies
- setting process.env.MONGOLAB_AMBER_URI as on using mlab addons
Github repo = https://github.com/Emir28107/imgLoader.git
Application domain = https://imcha.herokuapp.com/
heroku logs --tail
file content
As , Build is successful , What might causing app to crash ? Help me please