Welcome plugin uses absolute paths to reference page elements #14233
Labels
area/editor/theia
Issues related to the che-theia IDE of Che
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Milestone
The welcome plugin generates links to the elements on the page using an absolute path (for example here: https://github.com/eclipse/che-theia/blob/master/plugins/welcome-plugin/src/welcome-page.ts#L30).
This leads to the page being broken in the single-host or default-host server strategy where such URLs become invalid (because the workspace itself is deployed on a subpath instead of in the root path of a subdomain).
The text was updated successfully, but these errors were encountered: