Heroku app load failure "not present in the asset pipeline"
I keep having a fatal error when trying to load my app on heroku. The app works perfectly in localhost but won't deploy on Heroku. The error message reads:
We're sorry, but something went wrong. If you are the application owner check the logs for more information.
I've checked the logs (see image via link below) The error reads "the asset cow_7 (an image) is not present in the asset pipeline", but it's definitely in the image file of my rails app. Reading the answer to a similar query, I configured the app to serve my static assets and added a gem file: gem 'rails_12factor', group: :production, as per the response. Nada. I'm fairly new at Rails and Heroku and it's driving me nuts. All help greatly appreciated!
https://ibb.co/dew9RG
链接地址: http://www.djcxy.com/p/78018.html上一篇: Linux:搜索所有文件中的特定单词