Description
Hi all,
first of all thanks for creating this db scheduler extension ! I am trying to include db-scheduler-ui into one of my projects, but am running into the problem, that my production spring servlet app is deployed at a custom base route www.mydomain.com/api/.
This breaks the ui part in my cloud environment and produces 404 erros for all loaded resources. On the other hand if i test it locally with root path "/" everything works.
With my limited understanding, i assume the reason for these errors is the fact that the index.html references "/db-scheduler" as absolute path in the hrefs, which leads to a fetch error since www.mydomain.com/db-scheduler/ is not part of my app.
Am i correct with this assumption ? Is it possible to make db-scheduler-ui work without having to customize db-scheduler-ui-frontend ?
Thanks!