dapr / dotnet-sdk

Dapr SDK for .NET
Apache License 2.0
1.11k stars 334 forks source link

Have you set the - name: actorStateStore value: "true" in your state store component file? #1301

Open ypuQAQ opened 4 months ago

ypuQAQ commented 4 months ago

Ask your question here

I have installed dapr self-hosted. When running the actor example in dotnet, I encountered an error when running the myactor client. The error message asked if I had set - name: actorStateStore value: "true" in my state store component file. ~/.dapr$ tree . ├── bin │   ├── daprd │   └── placement ├── components │   └── statestore.yaml └── config.yaml
and statestore.yaml : apiVersion: dapr.io/v1alpha1 kind: Component metadata: name: statestore namespace: default spec: type: state.redis version: v1 metadata:

philliphoff commented 3 months ago

@ypuQAQ Can you provide a more complete repro? Which sample are you running, how did you start it and Dapr, can you provide logs (especially with --log-level debug for the Dapr runtime), etc.?