Dapr TCP error
#3765
Replies: 1 comment
-
I fixed this by updating to the latest NuGet package versions 8.1.0-preview.1.24217.12. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a Dapr sidecar riding along with a background worker app.
Even though I set the
AppProtocol
tohttp
, I'm still getting an errorNo address resolver configured for the scheme 'tcp'
when the internal gRPC client gets instantiated.When I check the environment variables,
DAPR_GRPC_ENDPOINT
is set totcp://localhost:62955
.How do I turn this into a http endpoint?
I tried
which is also blowing up:
Beta Was this translation helpful? Give feedback.
All reactions