logging - Basic Rails app deployed using Heroku but errors occuring; can't access logs -


i having few challenges basic app have deployed heroku.

i attended rails workshop yesterday , created basics of twitter-like demo app.

the app works fine on localhost:3000 , in github. deployed heroku no errors in heroku activities.

however, error when accessing page: "an error occurred in application , page not served." that's standard error - page http://chirpy-onlysteveh.herokuapp.com/

i'm trying access logs can't figure out how to either. i've typed heroku logs in root folder of app, 'no app specified'. added '--app chirpy' end of command hoping fix issue.

that gives me '! not have access app chirpy'. confuses me - how can access logs? key points should investigate?

'you not have access ..' surely means authentication. need heroku login before running heroku logs..


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -