You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem in rails 7.0 and 7.1 but 7.1 loudly fails whereas 7.0 shows a broken image. Note, in production mode, rails 7.1 raises the error seen in the second screenshot. In rails 7.0, it logs an error but it's doesn't raise an error and draws a broken image in the tree instead. Rails 7.0 behavior is shown first:
jrafanie
changed the title
Configuration -> Access Control -> Group "assigned filters" bottom frame - switching to cluster view - missing vendor-embedded_terraform.svg and vendor-ibm_cic_cinder.svg
Config->Access Control->Group "assigned filters" bottom frame-switch to cluster view - missing vendor-embedded_terraform.svg and vendor-ibm_cic_cinder.svg
Feb 20, 2025
Note, missing vendor-ibm_cic_cinder.svg also causes a difference in loading in Storage -> Volumes page for 7.0 vs. 7.1
Rails 7.0: ActionController::RoutingError (No route matches [GET] "/images/svg/vendor-ibm_cic_cinder.svg"
Rails 7.1:
[----] F, [2025-02-20T12:54:58.874486#97699:f49c0] FATAL -- : Error caught: [Sprockets::Rails::Helper::AssetNotFound] The asset "svg/vendor-ibm_cic_cinder.svg" is not present in the asset pipeline.
/Users/joerafaniello/.gem/ruby/3.3.6/gems/sprockets-rails-3.5.2/lib/sprockets/rails/helper.rb:84:in `compute_asset_path'
/Users/joerafaniello/.gem/ruby/3.3.6/gems/actionview-7.1.5.1/lib/action_view/helpers/asset_url_helper.rb:204:in `asset_path'
/Users/joerafaniello/.gem/ruby/3.3.6/gems/actionview-7.1.5.1/lib/action_view/helpers/asset_url_helper.rb:379:in `image_path'
This is a problem in rails 7.0 and 7.1 but 7.1 loudly fails whereas 7.0 shows a broken image. Note, in production mode, rails 7.1 raises the error seen in the second screenshot. In rails 7.0, it logs an error but it's doesn't raise an error and draws a broken image in the tree instead. Rails 7.0 behavior is shown first:
Rails 7.0:
7.0 output:
Rails 7.1:
7.1 output:
The text was updated successfully, but these errors were encountered: