Elastic Beanstalk is causing my Rails 6 app precompiled assets to break when adding/removing ENV variables
问题 I can make code deployments no problem, everything works just fine. The problem is when I use either the Elastic Beanstalk web configuration form or the EB CLI to add/remove/modify ENV variables. Elastic Beanstalk reports back that the change was made successfully however when I visit the web application in the browser I standard Rails error "Sorry, something went wrong". SSH'ing into the server looking at the log files shows errors related to missing assets. Looking in the "public" folder of