Hide Forgot
Created attachment 564677 [details] Rails log Description of problem: When serving static images/icons rails first look to public/images directory. If image is not found there rails route user to /conductor/images/{id} where {id} is image name (favicon in my case). Version-Release number of selected component (if applicable): any How reproducible: Steps to Reproduce: 1. remove some image from public/images 2. load page where the image should be 3. look at the logs Actual results: exception in conductor see attachement Expected results: Additional info: