Actions
Bug #18746
closedNo route matches [GET] "/javascripts/compute_resources/xenserver/cache_refresh.js"
Status:
Rejected
Priority:
Normal
Assignee:
-
Description
Just upgraded to foreman_xen 0.5.0
and Now I get this in foreman.log
2017-03-01T12:54:55 f1a9d974 [app] [F]
ActionController::RoutingError (No route matches [GET] "/javascripts/compute_resources/xenserver/cache_refresh.js"): |
lib/middleware/tagged_logging.rb:18:in `call' |
Updated by Ben Erickson over 2 years ago
Did you find a way to fix this?
edit: I figured this out. Because I installed the plugin via gem, I had to do an asset precompile (which isn't necessary if you install via rpm/deb):
1. dnf install foreman-assets
2. chown -R foreman. /usr/local/share/gems/gems/foreman_xen-1.0.1/
3. foreman-rake plugin:assets:precompile[foreman_xen]
4. chown -R root. /usr/local/share/gems/gems/foreman_xen-1.0.1/
5. systemctl restart foreman
Actions