In the process of debugging this problem, I have tried to run my application in production mode locally and it doesn\'t serve up any assets. Additionally, I have a s
So the problem was that the memory store was set to config.cache_store = :dalli_store which was causing errors and setting it to config.cache_store = :memory_store resolved it.