Heroku App Errors, Nothing in Heroku Logs -



Heroku App Errors, Nothing in Heroku Logs -

i'm getting "we're sorry, went wrong."

heroku logs turns nil useful can see...

2014-10-06t20:48:04.846089+00:00 heroku[web.1]: state changed starting 2014-10-06t20:48:06.519972+00:00 heroku[web.1]: stopping processes sigterm 2014-10-06t20:48:07.928530+00:00 app[web.1]: => booting lean 2014-10-06t20:48:07.928582+00:00 app[web.1]: => rails 4.1.5 application starting in production on http://0.0.0.0:58305 2014-10-06t20:48:07.928584+00:00 app[web.1]: => run `rails server -h` more startup options 2014-10-06t20:48:07.928586+00:00 app[web.1]: => notice: server listening on interfaces (0.0.0.0). consider using 127.0.0.1 (--binding option) 2014-10-06t20:48:07.928587+00:00 app[web.1]: => ctrl-c shutdown server 2014-10-06t20:48:07.928589+00:00 app[web.1]: lean web server (v1.6.2 codename doc brown) 2014-10-06t20:48:07.928590+00:00 app[web.1]: maximum connections set 1024 2014-10-06t20:48:07.928592+00:00 app[web.1]: listening on 0.0.0.0:58305, ctrl+c stop 2014-10-06t20:48:07.928593+00:00 app[web.1]: exiting 2014-10-06t20:48:07.812908+00:00 heroku[web.1]: starting process command `bin/rails server -p 49372 -e production` 2014-10-06t20:48:08.659411+00:00 heroku[web.1]: process exited status 0 2014-10-06t20:48:11.589427+00:00 heroku[web.1]: state changed starting

things work fine locally.

looks next got rid of issue (i thought db migration happen automatically)

heroku rake db:migrate

heroku

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -