We're a place where coders share, stay up-to-date and grow their careers.
Thanks. Followed every step. But i get a 500 server error on opening the heroku app
You could try this couple of commands to debug the problem.
heroku logs --tail -a your-app-name // to view the error logs
your-app-name
heroku ps:exec -a your-app-name // to access your codes in the server
Okay
Thanks.
Followed every step. But i get a 500 server error on opening the heroku app
You could try this couple of commands to debug the problem.
heroku logs --tail -a
your-app-name
// to view the error logsheroku ps:exec -a
your-app-name
// to access your codes in the serverOkay