Hide Forgot
Description of problem: We currently have this KB article: https://www.redhat.com/openshift/community/kb/kb-e1026-i-get-a-500-internal-server-error-when-deploying-my-app Could we offload this debugging step from the user with better error handling? KB article: Code: KB-E1026 Applies to: OpenShift Express Issue: When deploying my application, I get a 500 internal server error in my browser Resolution: The reason for this could be many different things. The best way to find out what might be going on is to run 'rhc-tail-files -a app_name' while you are receiving this error. Running this command in a terminal window and then visiting your application in a browser window should output meaningful information in the terminal. Also take a look at the result of 'git push' -- make sure there are no errors there too. If you are unable to resolve the problem yourself, please visit us in the forums or in IRC (#openshift on irc.freenode.net) or email openshift at redhat dot com. Please try and include as much log data as possible.
Misunderstood the use case. The use case described in the KB is an error the user gets when accessing the application, not from an rhc* command. Nothing we can do there but to debug the app/git logs