Project

General

Profile

Bug #35409

Updated by Evgeni Golov over 1 year ago

otherwise Apache can't serve them and pages using legacy asset (non-webpack) stuff don't work. 

 examples: 
 * https://foreman.example.com/job_templates/new (REX, raises a 404 accesing https://foreman.example.com/assets/foreman_remote_execution/template_input-HASH.js) 
 * https://foreman.example.com/lifecycle_environments (Katello, renders a white page because bastion/angular can't be loaded) 

 Katello is special-special case: it has 3 engines (katello, bastion, bastion_katello) instead of one!

Back