@stormy178@mastodon.stormy178.com If the FE seems not to be correctly compiled try this one, should delete webpack's output:
RAILS_ENV=production bundle exec rails assets:clobber
Then the well known to build the FE again:
RAILS_ENV=production bundle exec rails assets:precompile