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
Once I run my Quarkus application in Docker and trying to make a call using MyApplicationRestClient I am getting the error failed java.lang.IllegalArgumentException: Failed to convert value for property ${myapp.client-header.auth.client.id} to String.
But if I run the same code directly in my IDE (Intelij IDEA) similar to quarkus dev command the same code works fine and I am able to get response.
Describe the bug
Once I run my Quarkus application in Docker and trying to make a call using
MyApplicationRestClient
I am getting the errorfailed java.lang.IllegalArgumentException: Failed to convert value for property ${myapp.client-header.auth.client.id} to String
.But if I run the same code directly in my IDE (Intelij IDEA) similar to
quarkus dev
command the same code works fine and I am able to get response.I am using
And I followed this tutorial implementing my code https://quarkus.io/guides/rest-client-reactive.
Here is a part of my
MyApplicationRestClient
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
1.8.0_161
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
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: