Replies: 5 comments 5 replies
-
Are you using localhost ? Dev UI only works in localhost. If you are using localhost, please share a reproducer I can look at. |
Beta Was this translation helpful? Give feedback.
-
@phillip-kruger |
Beta Was this translation helpful? Give feedback.
-
@phillip-kruger
|
Beta Was this translation helpful? Give feedback.
-
@stuartwdouglas @sberyozkin - This also did not work on the old Dev UI. Any suggestions ? |
Beta Was this translation helpful? Give feedback.
-
I think this is a che issue, I could not reproduce it locally. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am trying to launch quarkus dev-ui application on an endpoint with subpath:
https://host.com/subpath
. I see the welcome page from the subpath url:https://host.com/subpath/q/dev-ui/welcome
but other resources are requested by the url without the subpath, e.g.https://host.com/q/_static/es-module-shims/1.8.3/dist/es-module-shims.js
:If I use the
quarkus.http.root-path
property set tosubpath
the welcome page is available by the url with an additional subpath:https://host.com/subpath/subpath/q/dev-ui/welcome
, however the js resources are available by the url with a single subpath:https://host.com/subpath/q/_static/es-module-shims/1.8.3/dist/es-module-shims.js
. This causes the resource not found page:Beta Was this translation helpful? Give feedback.
All reactions