Propshaft::MissingAssetError for active_admin.css with Rails 8.1.1 + Active Admin 3.4.0 #8861
Unanswered
pallavsharma
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ActionView::Template::Error (The asset 'active_admin.css' was not found in the load path.)
Caused by: Propshaft::MissingAssetError (The asset 'active_admin.css' was not found in the load path.)
Description
When using Active Admin 3.4.0 with Rails 8.1.1 (which uses Propshaft as the default asset pipeline), Active Admin cannot find the
active_admin.cssasset, resulting in aPropshaft::MissingAssetErrorwhen accessing any Active Admin page.The CSS file exists and is properly compiled, but Propshaft's asset discovery mechanism cannot locate it, even though it can find other CSS files in the same directories.
System Configuration
Gemfile
Error logs
Stack Trace
Related issues
#8538
Related discussions
#8538
Beta Was this translation helpful? Give feedback.
All reactions