ManageIQ / manageiq-ui-classic

Classic UI of ManageIQ
Apache License 2.0
50 stars 357 forks source link

Login screen and about modal images missing #8393

Open bdunne opened 2 years ago

bdunne commented 2 years ago

This is also an issue on najdorf. I haven't tested an appliance, but this happens on podified builds.

image image

image image

agrare commented 2 years ago

This is also an issue on master appliances

Aug 04 09:44:37 manageiq.rb.nj.grare.com production[27818]:  INFO -- production: Completed 200 OK in 33ms (Views: 0.3ms | ActiveRecord: 6.5ms | Allocations: 5992)
Aug 04 09:44:38 manageiq.rb.nj.grare.com production[27807]:  INFO -- production: Started GET "/packs/bg-modal-about-pf.png" for 127.0.0.1 at 2022-08-04 09:44:38 -0400
Aug 04 09:44:38 manageiq.rb.nj.grare.com production[27807]: FATAL -- production:   
                                                            ActionController::RoutingError (No route matches [GET] "/packs/bg-modal-about-pf.png"):

                                                            actionpack (6.0.5.1) lib/action_dispatch/middleware/debug_exceptions.rb:36:in `call'
                                                            actionpack (6.0.5.1) lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
                                                            railties (6.0.5.1) lib/rails/rack/logger.rb:37:in `call_app'
                                                            railties (6.0.5.1) lib/rails/rack/logger.rb:28:in `call'
                                                            actionpack (6.0.5.1) lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
                                                            actionpack (6.0.5.1) lib/action_dispatch/middleware/request_id.rb:27:in `call'
                                                            rack (2.2.4) lib/rack/method_override.rb:24:in `call'
                                                            rack (2.2.4) lib/rack/runtime.rb:22:in `call'
                                                            activesupport (6.0.5.1) lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
                                                            actionpack (6.0.5.1) lib/action_dispatch/middleware/executor.rb:14:in `call'
                                                            rack (2.2.4) lib/rack/sendfile.rb:110:in `call'
                                                            actionpack (6.0.5.1) lib/action_dispatch/middleware/host_authorization.rb:97:in `call'
                                                            secure_headers (3.9.0) lib/secure_headers/middleware.rb:12:in `call'
                                                            railties (6.0.5.1) lib/rails/engine.rb:527:in `call'
                                                            puma (4.3.12) lib/puma/configuration.rb:228:in `call'
                                                            puma (4.3.12) lib/puma/server.rb:727:in `handle_request'
                                                            puma (4.3.12) lib/puma/server.rb:476:in `process_client'
                                                            puma (4.3.12) lib/puma/server.rb:332:in `block in run'
                                                            puma (4.3.12) lib/puma/thread_pool.rb:134:in `block in spawn_thread'
GilbertCherrie commented 2 years ago

I looked into this and found that the browser css inspect is showing the image source as: http://localhost:3000/packs/bg-modal-about-pf-01b847f76509f7d989a9d8a4026266ca.png for the about modal background and http://localhost:3000/packs/bg-login-8169affe7160a51f7afe5714fbc68047.png for the login background. The css code on the other hand is looking for "#{$img-base-path}bg-modal-about-pf.png"; and "#{$img-base-path}bg-login.png"; respectively.

ccesario commented 2 years ago

The same happen with me with Najdorf version

miq-bot commented 1 year ago

This issue has been automatically marked as stale because it has not been updated for at least 3 months.

If you can still reproduce this issue on the current release or on master, please reply with all of the information you have about it in order to keep the issue open.

Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.

miq-bot commented 1 year ago

This issue has been automatically closed because it has not been updated for at least 3 months.

Feel free to reopen this issue if this issue is still valid.

Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.

miq-bot commented 1 year ago

This issue has been automatically closed because it has not been updated for at least 3 months.

Feel free to reopen this issue if this issue is still valid.

Thank you for all your contributions! More information about the ManageIQ triage process can be found in the triage process documentation.