The JS asset controller resolved a 'libraries' aggregate request without page...
The JS asset controller resolved a 'libraries' aggregate request without page context. A library loaded in the header only through a header library's dependency was resolved to the footer. The header group then contained no assets and the request returned a 400 error. The controller now applies the requested scope to the resolved assets and restores the render-time sort order.
Closes #3614911