NREL / OpenStudio-server

The OpenStudio Server is a docker or Helm deployable instance which allows for large-scale parametric analyses of building energy models using the OpenStudio or URBANopt CLIs.
http://www.openstudio.net/
Other
46 stars 20 forks source link

resque_web missing assets #747

Closed brianlball closed 7 months ago

brianlball commented 7 months ago

resque_web is missing some assets and is throwing FATALS in the docker.log

[23:42:32.030577 INFO] Started GET "/stylesheets/resque_web/application.css" for 10.0.0.2 at 2024-04-03 23:42:32 +0000 [23:42:32.030775 FATAL] ActionController::RoutingError (No route matches [GET] "/stylesheets/resque_web/application.css"): [23:42:32.032305 INFO] Started GET "/javascripts/resque_web/application.js" for 10.0.0.2 at 2024-04-03 23:42:32 +0000 [23:42:32.032468 FATAL] ActionController::RoutingError (No route matches [GET] "/javascripts/resque_web/application.js"):

brianlball commented 7 months ago

this is the resque_web page now with the errors

image

brianlball commented 7 months ago

this is what its like after the fix

image