前提・実現したいこと
railsで簡単なSNSのようなサイトを作っております。
Cloud9上では問題なく動くきます。
herokuで本番環境にあげ、投稿をすると、下記のエラーがでます。
We’re sorry, but something went wrong.
If you are the application owner check the logs for more information.
投稿自体は問題なくできており、他の動作も問題ないです。
こちら改善する方法などアドバイスいただけないでしょうか。
発生している問題・エラーメッセージ
We’re sorry, but something went wrong. If you are the application owner check the logs for more information.
試したこと
ログを確認すると以下の文章があるので、ここが原因ではないかと思っております。
FATAL -- : [af020422-ac15-4435-a806-6da0a074ca1c] ActionController::RoutingError (No route matches [GET] "/posts/stylesheets/responsive.css"): FATAL -- : [af020422-ac15-4435-a806-6da0a074ca1c] vendor/bundle/ruby/2.4.0/gems/actionpack-5.1.6/lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' INFO -- : [1e852334-d9e9-40d1-aef8-1ed9b4ef9067] Completed 500 Internal Server Error in 108ms (ActiveRecord: 5.9ms) FATAL -- : [1e852334-d9e9-40d1-aef8-1ed9b4ef9067] Net::SMTPFatalError (550 Unauthenticated senders not allowed FATAL -- : [1e852334-d9e9-40d1-aef8-1ed9b4ef9067] app/controllers/posts_controller.rb:39:in `create'
よろしくお願いいたします。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。