You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App installs ok with one click deploy without errors, but when run the application crashes
Starting process with command node lib/worker.js
2016-04-14T13:13:16.946695+00:00 heroku[worker.1]: Process exited with status 0
2016-04-14T13:13:17.043069+00:00 heroku[worker.1]: State changed from starting to up
2016-04-14T13:13:21.724154+00:00 app[worker.1]: type=info msg="starting worker" concurrency=1
2016-04-14T13:13:21.830518+00:00 app[worker.1]: type=error msg=disconnected service=mongodb
2016-04-14T13:13:21.831435+00:00 app[worker.1]: type=info msg=app.lost
The text was updated successfully, but these errors were encountered:
It is interesting to note that locally it is working in my setup. The only change I had to make was to update the following package "mongoose": "~4.4",. Unfortunately when I try to run by the server url it doesn't work though.
App installs ok with one click deploy without errors, but when run the application crashes
Starting process with command
node lib/worker.js
2016-04-14T13:13:16.946695+00:00 heroku[worker.1]: Process exited with status 0
2016-04-14T13:13:17.043069+00:00 heroku[worker.1]: State changed from starting to up
2016-04-14T13:13:21.724154+00:00 app[worker.1]: type=info msg="starting worker" concurrency=1
2016-04-14T13:13:21.830518+00:00 app[worker.1]: type=error msg=disconnected service=mongodb
2016-04-14T13:13:21.831435+00:00 app[worker.1]: type=info msg=app.lost
The text was updated successfully, but these errors were encountered: