Theia - variable in previewurl is not evaluated after clicking right-bottom notification popup #14820
Closed
5 tasks done
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/P1
Has a major impact to usage or development of the system.
Milestone
Describe the bug
Having defined
previewUrl
in command. After running the command, right-bottom notification will pop-up. The URL that is shown in notification is properly evaluated. But clicking on "Preview" button opens un-evaluated URL.The support for
previewUrl
in devfile is not merged yet. However, issue can be manually reproduced by editingtasks.json
file. Follow steps to reproduce.Simple devfile to test:
Che version
Steps to reproduce
.theia/tasks.json
file"previewUrl": "${server.theia}"
.theia/tasks.json
and run the commandhttp://${server.theia}
, but it should be properly evaluated.Expected behavior
URL should be evaluated
Runtime
minikube version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
"Preview" button from bottom Previews panel works ok.
previewUrl
support in devfile is currently in review.The text was updated successfully, but these errors were encountered: