我想從Github部署我的第一個應用程序到Heroku。我按下「部署分支」,並得到消息:Rails應用程序部署到Heroku錯誤
「Your app was successfully deployed」
但是當我打開看,我看到下面的消息,而不是我的應用程序:
「Application error. An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details」
我試過很多事情要解決它,但結果仍然是一樣的,無法找到我做錯了什麼。我如何正確地修復我的部署,並看到我的應用程序在Heroku上運行?
Heroku的生成日誌:
https://gist.github.com/Evanto/4ce2afa5a9e75b7154727356d77737e1
Github的分支我試圖部署到Heroku的:
https://github.com/Evanto/MovieApp/tree/heroku
https://movieapps.herokuapp.com/
您可以接受的正確答案。 –