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
The documentation states that the default of quarkus.http.host is 'localhost' in dev/test mode and 0.0.0.0 in prod mode.
However the dev ui configuration form editor states it's set to 0.0.0.0 (and has no default value)
Therefore the application start up message includes a url to 0.0.0.0.
Interestingly, the application itself is made available via http://localhost:8080/ as written in the documentation, but the start up message and the Dev UI say something else. (When I click on the URL, there is of course an ERR_ADDRESS_INVALID error)
Expected behavior
The Dev UI Configuration Form Editor and the start up message should display the right host (localhost in dev/test mode).
Actual behavior
The Dev UI Configuration Form Editor and the start up message display '0.0.0.0' as quarkus.http.host but the application is available at host 'localhost'.
Describe the bug
The documentation states that the default of quarkus.http.host is 'localhost' in dev/test mode and 0.0.0.0 in prod mode.
However the dev ui configuration form editor states it's set to 0.0.0.0 (and has no default value)
Therefore the application start up message includes a url to 0.0.0.0.
Interestingly, the application itself is made available via http://localhost:8080/ as written in the documentation, but the start up message and the Dev UI say something else. (When I click on the URL, there is of course an ERR_ADDRESS_INVALID error)
Expected behavior
The Dev UI Configuration Form Editor and the start up message should display the right host (localhost in dev/test mode).
Actual behavior
The Dev UI Configuration Form Editor and the start up message display '0.0.0.0' as quarkus.http.host but the application is available at host 'localhost'.
How to Reproduce?
https://code.quarkus.io/d?e=rest&cn=code.quarkus.io
./mvnw clean compile quarkus:dev
Output of
uname -a
orver
Linux DESKTOP-CUA0DQ3 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk version "17.0.9" 2023-10-17 OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9) OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (build 17.0.9+9, mixed mode, sharing)
Quarkus version or git rev
3.10.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)apache-maven-3.9.5
Additional information
No response
The text was updated successfully, but these errors were encountered: