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
paulyuk@Pauls-MacBook-Pro-2 ~/src/paulyuk/quickstarts/service_invocation/csharp/http release-1.13 dapr version
CLI version: 1.13.0
Runtime version: 1.13.0
cd ./order-processor
dapr run --app-id order-processor --resources-path ../../../components/ --app-protocol grpc --dapr-grpc-port 3500 -- node index.js
✅ You're up and running! Both Dapr and your app logs will appear here.== APP == 2024-03-06T16:24:50.020Z INFO [GRPCClient, GRPCClient] Opening connection to localhost:3599== APP == 2024-03-06T16:24:50.025Z INFO [GRPCClient, GRPCClient] Awaiting Sidecar to be Started== APP == Could not get config item, err:Error: DAPR_SIDECAR_COULD_NOT_BE_STARTED
The text was updated successfully, but these errors were encountered:
✅ You're up and running! Both Dapr and your app logs will appear here.
== APP == 2024-03-06T21:15:20.250Z INFO [GRPCClient, GRPCClient] Opening connection to localhost:3500
== APP == Configuration for orderId1: {"key":"orderId1","value":"103","version":"","metadata":{}}
== APP == Configuration for orderId2: {"key":"orderId2","value":"104","version":"","metadata":{}}
the test now fails when you use full release 1.13.0 and dapr run with grpc
repro:
https://github.com/paulyuk/quickstarts/blob/release-1.13/configuration/javascript/sdk/README.md?plain=1#L61
The text was updated successfully, but these errors were encountered: