You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the convention in most Quarkus extensions is to expose tools specific to dev mode under /q/.
So the replay UI should probably be exposed from http://localhost:8080/q/replay/ rather than http://localhost:8080/replay/?
Maybe we should keep a redirect from /replay/ to /q/replay, but maybe not. TBD.
We should have a Dev UI card for the Quarkus GitHub App extension + a link to the replay UI.
The text was updated successfully, but these errors were encountered:
/q/
.So the replay UI should probably be exposed from http://localhost:8080/q/replay/ rather than http://localhost:8080/replay/?
Maybe we should keep a redirect from
/replay/
to/q/replay
, but maybe not. TBD.The text was updated successfully, but these errors were encountered: