hawtio / hawtio-online

Hawtio on Kubernetes/OpenShift
Apache License 2.0
23 stars 25 forks source link

Align the webpack-dev-server configurations of app with /online prefix #344

Closed phantomjinx closed 5 months ago

phantomjinx commented 5 months ago

The webpack-dev-server configuration had to have the /online prefix removed due to an incorrect / incomplete implementation. Consequently, some url paths that rely on basepath to be set fail to work correctly during testing.

The web-dev-server configuration should be re-implement in full and correctly to ensure that the /online prefix is used automatically in all application assets.

phantomjinx commented 5 months ago

Reference to -> https://github.com/hawtio/hawtio-next/issues/793