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
I am seeing some JS errors when trying to use the Quarkus Dev UI (on Quarkus 3.9.3) to query a sample gRPC endpoint:
Seeing JS exceptions in Chrome
Reproducer: https://github.com/darrenclark/reproduce-quarkus-grpc-dev-ui-issue
quarkus dev
uname -a
ver
Darwin MacBook-Pro 22.3.0 Darwin Kernel Version 22.3.0: Thu Jan 5 20:48:54 PST 2023; root:xnu-8792.81.2~2/RELEASE_ARM64_T6000 arm64
java -version
openjdk version "21.0.2" 2024-01-16
3.9.3
mvnw --version
gradlew --version
Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
No response
The text was updated successfully, but these errors were encountered:
/cc @alesj (grpc), @cescoffier (devui,grpc), @phillip-kruger (devui)
Sorry, something went wrong.
This is something that broke with the upgrade to codemirror 6. I am having a look to fix this
Ok I fixed this in the upstream javascript web component. I'll close here when that update is done in Quarkus
phillip-kruger
Successfully merging a pull request may close this issue.
Describe the bug
I am seeing some JS errors when trying to use the Quarkus Dev UI (on Quarkus 3.9.3) to query a sample gRPC endpoint:
Expected behavior
Actual behavior
Seeing JS exceptions in Chrome
How to Reproduce?
Reproducer: https://github.com/darrenclark/reproduce-quarkus-grpc-dev-ui-issue
quarkus dev
Output of
uname -a
orver
Darwin MacBook-Pro 22.3.0 Darwin Kernel Version 22.3.0: Thu Jan 5 20:48:54 PST 2023; root:xnu-8792.81.2~2/RELEASE_ARM64_T6000 arm64
Output of
java -version
openjdk version "21.0.2" 2024-01-16
Quarkus version or git rev
3.9.3
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Additional information
No response
The text was updated successfully, but these errors were encountered: