我在Heroku上部署了一個簡單的Rails項目,並且遇到了一些麻煩。我把我的根頁面:在Heroku中沒有顯示Rails頁面
root 'landing#index'
此頁正常工作,當我cd
到項目,並開始rails server
,去localhost:3000
。我用git push heroku master
無誤地推送到了Heroku。但是現在,如果我做heroku open
,我碰到下面的信息在頁面上:
The page you were looking for doesn't exist.
You may have mistyped the address or the page may have moved.
日誌不顯示任何顯著,以及...
你能發佈路由錯誤消息嗎? – danielM
沒有,如果有的話,我可以在哪裏找到它? – Carpetfizz
heroku日誌應該返回活動服務器上發生的任何錯誤。 – danielM