Actions
Bug #26690
closedJob template view fail to render with Sprockets::Rails::Helper::AssetNotPrecompiled (lookup_keys.js)
Difficulty:
Triaged:
No
Description
Error:
Asset was not declared to be precompiled in production.
Add `Rails.application.config.assets.precompile += %w( lookup_keys.js )` to `config/initializers/assets.rb` and restart your server
Caused by: #26647
Fix: removing the explicit call for `lookup_keys.js` as it's bundled in `application.js`
Actions