ruby on rails - "heroku logs" gives me "Not found" -


on latest deployment heroku rails app, i'm getting error page when trying access webpage.

nothing spectacular this, when try @ logs command

heroku logs

i message

not found

this has never happened me before. can restart app, can migrations not see logs - clues going on?

try doing heroku logs -a my-heroku-app-name replacing my-heroku-app-name whatever heroku app's name is. can found in heroku web interface.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -