backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

RoutingError in redmine log when trying to get js files for backlogs #1107

Open hyperfocusaurus opened 8 years ago

hyperfocusaurus commented 8 years ago

When I visit the backlogs "tab" of a page, it's just a complete mess. Opening the chrome developer tools looks like someone with a nosebleed sneezed (there's just blotches of red EVERYWHERE).

image

So I stepped into the redmine log and I get dozens of traces like this appearing (identifying information stripped):

Started GET "/rb/server_variables.js" for x.x.x.x at 2015-08-10 07:49:30 -0400 Started GET "/plugin_assets/redmine_backlogs/javascripts/burndown.js" for x.x.x.x at 2015-08-10 07:49:30 -0400

ActionController::RoutingError (No route matches [GET] "/plugin_assets/redmine_backlogs/javascripts/burndown.js"): /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/debug_exceptions.rb:21:in call' /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/show_exceptions.rb:56:incall' /usr/lib/ruby/vendor_ruby/rails/rack/logger.rb:32:in call_app' /usr/lib/ruby/vendor_ruby/rails/rack/logger.rb:18:incall' /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/request_id.rb:22:in call' rack (1.6.4) lib/rack/methodoverride.rb:22:incall' rack (1.6.4) lib/rack/runtime.rb:18:in call' /usr/lib/ruby/vendor_ruby/active_support/cache/strategy/local_cache.rb:72:incall' rack (1.6.4) lib/rack/lock.rb:17:in call' /usr/lib/ruby/vendor_ruby/action_dispatch/middleware/static.rb:63:incall' /usr/lib/ruby/vendor_ruby/rack/cache/context.rb:136:in forward' /usr/lib/ruby/vendor_ruby/rack/cache/context.rb:245:infetch' /usr/lib/ruby/vendor_ruby/rack/cache/context.rb:185:in lookup' /usr/lib/ruby/vendor_ruby/rack/cache/context.rb:66:incall!' /usr/lib/ruby/vendor_ruby/rack/cache/context.rb:51:in call' /usr/lib/ruby/vendor_ruby/rails/engine.rb:484:incall' /usr/lib/ruby/vendor_ruby/rails/application.rb:231:in call' /usr/lib/ruby/vendor_ruby/rails/railtie/configurable.rb:30:inmethod_missing' /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:77:in process_request' /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:142:inaccept_and_process_next_request' /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in main_loop' /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:448:inblock (3 levels) in start_threads'

I guess this is the problem?