According to Heroku documentation:
Heroku now caches 50mb worth of tmp/cache/assets which is a cache directory for the asset pipeline to store inte
I had this problem, then i realized I forgot to configure to serve static assets on the production env, inside config/enviroments/production.rb
config. serve_static_files = true