@Ogw17_08 (小川 祐汰)

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

【Herokuにデプロイしたい】

解決したいこと

今回のゴールは本番環境でWebアプリケーションを表示することです。

Ruby on RailsでWebアプリをつくっています。
Herokuにアップし動作確認をしたところエラーが発生しました。
どのように解決していけばいいのか教えていただけますか?
よろしくお願いいたします。

発生している問題・エラー

The page you were looking for doesn't exist.
You may have mistyped the address or the page may have moved.

該当するソースコード

Rails.application.routes.draw do
  devise_for :users
  root to: "photos#index"
  resources :photos
  resources :messages, only: [:index, :create, :new]
end

ログ.png

0 likes

1Answer

@moogleさんご回答ありがとうございます。
ローカルでは正常に作動しています。
heroku apps:infoにて本番環境のWeb URLでページが存在しないとなるんです。

0Like

Your answer might help someone💌