Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ypuQAQ opened this issue Jun 11, 2024 · 1 comment
Labels
area/actor question Further information is requested

Comments

@ypuQAQ
Copy link

ypuQAQ commented Jun 11, 2024

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:

  • name: redisHost
    value: localhost:6379
  • name: redisPassword
    value: ""
  • name: actorStateStore
    value: "true"
@philliphoff
Copy link
Collaborator

@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.?

@philliphoff philliphoff added question Further information is requested area/actor labels Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/actor question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants