我成功地将rails 5.2应用程序推送到Heroku,但某处出现了错误。在此之后:
Heroku open
浏览器显示:
An error occurred in the application and your page could not be served.
在终端中,当我输入:
heroku ps
我明白了:
web (Free): bin/rails server -p $PORT -e $RAILS_ENV (1) web.1: crashed
我不确定在哪里解决这个问题。我是编程的新手,也是Heroku的新手。
如果有其他信息有用,请告诉我。谢谢。
答案 0 :(得分:0)
当您的Rails 5.2应用程序未在Heroku上提供时,请将其用于详细的错误日志。这非常有帮助。
$ heroku run rails console