Calling GetMetadataAsync should return the metadata.
Actual Behavior
Calling GetMetadataAsync throws a NullReferenceException because response.ActorRuntime is null.
Steps to Reproduce the Problem
I'm using Dapr self-hosted without Docker containers (dapr init --slim). I'm also using the Dapr Sidekick project to run the sidecars. I haven't started the placement service because I'm not using actors.
Expected Behavior
Calling GetMetadataAsync should return the metadata.
Actual Behavior
Calling GetMetadataAsync throws a NullReferenceException because
response.ActorRuntime
is null.Steps to Reproduce the Problem
I'm using Dapr self-hosted without Docker containers (
dapr init --slim
). I'm also using the Dapr Sidekick project to run the sidecars. I haven't started the placement service because I'm not using actors.Release Note
RELEASE NOTE: