-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
6.19.0
-
False
-
sat-proton
-
None
-
None
-
None
-
None
Environment:
Red Hat Satellite 6.19 snap 2.0
Problem Description:
After creating a virt-who configuration in `Infrastructure --> Virt-who Configurations` page, When we simply click open the virt-who configuration, The following messages are logged .
In production.log
2026-03-05T20:26:39 [I|app|e52ee898] Started GET "/stylesheets/foreman_virt_who_configure/config.css" for 10.74.xx.xx at 2026-03-05 20:26:39 +0530 2026-03-05T20:26:39 [F|app|e52ee898] e52ee898 | ActionController::RoutingError (No route matches [GET] "/stylesheets/foreman_virt_who_configure/config.css"): e52ee898 | e52ee898 | lib/foreman/middleware/logging_context_request.rb:11:in `call' e52ee898 | katello (4.20.0.rc1) lib/katello/prevent_json_parsing.rb:12:in `call'
In journal logs for foreman service:
Mar 5 20:26:39 satellite foreman[208272]: DEPRECATION WARNING: The asset "foreman_virt_who_configure/config.css" is not present in the asset pipeline. Mar 5 20:26:39 satellite foreman[208272]: Falling back to an asset that may be in the public folder. Mar 5 20:26:39 satellite foreman[208272]: This behavior is deprecated and will be removed. Mar 5 20:26:39 satellite foreman[208272]: To bypass the asset pipeline and preserve this behavior, Mar 5 20:26:39 satellite foreman[208272]: use the `skip_pipeline: true` option. Mar 5 20:26:39 satellite foreman[208272]: (called from block in stylesheet at /usr/share/foreman/app/helpers/layout_helper.rb:95)
While the error itself does not block anything, the messages are annoying to look at.
Expected Behavior:
No such error messages logged.