We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the downloaded app via quarkus:dev then browsing to localhost:8080
the following can be seen where /q/dev-v1 will return a 404;
Link should point to /dev or /dev-ui
points to /dev-v1 which is invalid/removed
Download an app form code.quarkus.io and run in in dev mode then browse to http://localhost:8080
uname -a
ver
No response
java -version
3.4.1
mvnw --version
gradlew --version
The text was updated successfully, but these errors were encountered:
/cc @cescoffier (devui), @phillip-kruger (devui)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
When running the downloaded app via quarkus:dev then browsing to localhost:8080
the following can be seen where /q/dev-v1 will return a 404;
Expected behavior
Link should point to /dev or /dev-ui
Actual behavior
points to /dev-v1 which is invalid/removed
How to Reproduce?
Download an app form code.quarkus.io and run in in dev mode then browse to http://localhost:8080
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.4.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: