DEV Community

Discussion on: How to Host a Laravel App with MySQL Database on Heroku

Collapse
 
myehiz profile image
Ehiz Michael

Thanks.
Followed every step. But i get a 500 server error on opening the heroku app

Collapse
 
nedsoft profile image
Chinedu Orie

You could try this couple of commands to debug the problem.

heroku logs --tail -a your-app-name // to view the error logs

heroku ps:exec -a your-app-name // to access your codes in the server

Collapse
 
myehiz profile image
Ehiz Michael

Okay