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 gRPC codestart example (HelloGrpc service) does not output a response when sending a request in the Dev UI. It appears to be a UI issue (see below).
Expected behavior
After creating an application with quarkus CLI and the quarkus-grpc extension, I should be able to quickly verify it works using the Dev UI.
Actual behavior
Nothing is shown in the Dev UI output window. The following exception is output to the browser console:
Uncaught (in promise) TypeError: this._responseTextArea(...).populatePrettyJson is not a function _test http://localhost:8080/q/dev-ui/io.quarkus.quarkus-grpc/qwc-grpc-services.js:285 qwc-grpc-services.js:285:62
How to Reproduce?
quarkus create app --extensions=quarkus-grpc ... or git clone https://github.com/wlfgang/quarkus-grpc-example
Describe the bug
The gRPC codestart example (HelloGrpc service) does not output a response when sending a request in the Dev UI. It appears to be a UI issue (see below).
Expected behavior
After creating an application with quarkus CLI and the quarkus-grpc extension, I should be able to quickly verify it works using the Dev UI.
Actual behavior
Nothing is shown in the Dev UI output window. The following exception is output to the browser console:
Uncaught (in promise) TypeError: this._responseTextArea(...).populatePrettyJson is not a function _test http://localhost:8080/q/dev-ui/io.quarkus.quarkus-grpc/qwc-grpc-services.js:285 qwc-grpc-services.js:285:62
How to Reproduce?
quarkus create app --extensions=quarkus-grpc ...
orgit clone https://github.com/wlfgang/quarkus-grpc-example
Output of
uname -a
orver
Linux bondcliff 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk version "21.0.3" 2024-04-16 LTS OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing)
Quarkus version or git rev
3.10.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)Maven 3.9.6
Additional information
No response
The text was updated successfully, but these errors were encountered: