Asset references generated by FlexGet UI v2 should respect web_server.base_url configuration option.
Actual behaviour:
Asset references generated by FlexGet UI v2 all begin with /v2, regardless of the value of the web_server.base_url configuration option.
Steps to reproduce:
Enable Web UI v2 with a non-default base_url configuration option, e.g. /flexget.
Open web browser, and open developer tools.
Navigate to /flexget/v2/, which appears as a blank page.
Observe 404 errors for requests to paths like /v2/assets/manifest.dd611d6a01d922d6dc07.js (which should be /flexget/v2/assets/manifest.dd611d6a01d922d6dc07.js).
Config:
Must include at least this, the rest doesn't matter.
Expected behaviour:
Asset references generated by FlexGet UI v2 should respect
web_server.base_url
configuration option.Actual behaviour:
Asset references generated by FlexGet UI v2 all begin with
/v2
, regardless of the value of theweb_server.base_url
configuration option.Steps to reproduce:
base_url
configuration option, e.g./flexget
./flexget/v2/
, which appears as a blank page./v2/assets/manifest.dd611d6a01d922d6dc07.js
(which should be/flexget/v2/assets/manifest.dd611d6a01d922d6dc07.js
).Config:
Must include at least this, the rest doesn't matter.
Log:
None.
Additional information:
pip3 install flexget