An ActionView::Template::Error occurred in home#index:
Webpacker can't find extra/tabs.css in /var/www/full-db/public/packs/manifest.json. Possible causes:
1. You want to set webpacker.yml value of compile to true for your environment
unless you are using the `webpack -w` or the webpack-dev-server.
2. webpack has not yet re-run to reflect updates.
3. You have misconfigured Webpacker's config/webpacker.yml file.
4. Your webpack configuration is not creating a manifest.
Your manifest contains:
{
"application.css": "/packs/css/application-150aa863.css",
"application.js": "/packs/js/application-539128a2308f71a21879.js",
"application.js.map": "/packs/js/application-539128a2308f71a21879.js.map",
"billing_address.js": "/packs/js/billing_address-93402e3ceb9c12ac3a95.js",
"billing_address.js.map": "/packs/js/billing_address-93402e3ceb9c12ac3a95.js.map",
"entrypoints": {
"application": {
-------------------------------
Backtrace:
-------------------------------
app/views/home/facility_owner_index.html.erb:9
app/views/home/facility_owner_index.html.erb:8
app/controllers/home_controller.rb:124:in `index_method_resolver'
app/controllers/home_controller.rb:109:in `index'