いつもお世話になっています。
今回は、
ローカルで開発したアプリをAWSにデプロイしたいのですが、
awsはイメージは,amazonlinux2 ,DBはmysql2です。
We're sorry, but something went wrong.がでて表示されません。
tail -n 30 production.logでログをみた結果
ActionView::Template::Error (Webpacker can't find application in /var/www/rails/empty_room/public/packs/manifest.json. Possible causes:
- You want to set webpacker.yml value of compile to true for your environment
unless you are using thewebpack -w
or the webpack-dev-server. - webpack has not yet re-run to reflect updates.
- You have misconfigured Webpacker's config/webpacker.yml file.
- Your webpack configuration is not creating a manifest.
こういうエラーが出ていたので、https://github.com/rails/webpacker/issues/2478を参考にして
rm -rf node_modules
rake webpacker:clobber
yarn --check-files
RAILS_ENV=production rake webpacker:compile
このようにしたのですが、表示できませんでした。
こちらが、webpacker.ymlです
環境
rails Rails 6.0.3.2
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]
awsはイメージは,amazonlinux2 ,DBはmysql2です。
いろいろためしたが、なんともならなそうなので、やり直しも考えています。
良き対処方法があればよろしくおねがいします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。