I am having a few challenges with a basic app that I have deployed into Heroku.
I attended a Rails workshop yesterday and created the basics of a Twitter-like demo app.
The app works fine on localhost:3000 and is in Github. I deployed to Heroku with no errors in Heroku activities.
However, I get an error when accessing the page: "An error occurred in the application and your page could not be served." That's obviously a standard error - the page is http://chirpy-onlysteveh.herokuapp.com/
I'm trying to access the logs but I can't figure out how to to do that either. I've typed heroku logs in the root folder of the app, but I get 'No app specified'. I added '--app chirpy' to the end of that command hoping to fix the issue.
That gives me '! You do not have access to the app chirpy'. That confuses me - how can I get access to the logs? What are the key points I should investigate?