Это мое первое развертывание heroku, в журналах heroku --tail говорится: «Ошибка сбоя приложения»
2020-07-13T14:29:29.647463+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=desolate-atoll-56181.herokuapp.com request_id=309985b5-a3b6-4685-b054-f06dc3b54867 fwd="183.87.169.207" dyno= connect= service= status=503 bytes= protocol=https
2020-07-13T14:29:30.158863+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=desolate-atoll-56181.herokuapp.com request_id=f30205d7-db65-4d05-a68f-84bde82abecf fwd="183.87.169.207" dyno= connect= service= status=503 bytes= protocol=https
Мой файл Procfile web: gunicorn gettingstarted.wsgi --log-file -
Я не знаю, что означает эта ошибка . Я пробовал все решения, но у меня ничего не работает.
Я пробовал -> heroku restart
heroku rake db:migrate
heroku run rails console
Не сработало. Спасибо за помощь.