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
The Dapr Dashboard should show the config specified when running $ dapr run -c config.yaml ... in self-hosted mode.
Actual Behavior
The Dapr Dashboard shows the config at the default config location. The specified config is indeed loaded, but what is displayed on the Dashboard is wrong.
Steps to Reproduce the Problem
Create a config.yaml file and use it for a Dapr runtime.
> dapr init
> dapr run -c config.yaml --app-id anything --dapr-http-port 3500
Expected Behavior
The Dapr Dashboard should show the config specified when running
$ dapr run -c config.yaml ...
in self-hosted mode.Actual Behavior
The Dapr Dashboard shows the config at the default config location. The specified config is indeed loaded, but what is displayed on the Dashboard is wrong.
Steps to Reproduce the Problem
Create a config.yaml file and use it for a Dapr runtime.
> dapr init
> dapr run -c config.yaml --app-id anything --dapr-http-port 3500
> dapr dashboard -p 9999
View incorrect configuration file the dashboard at http://localhost:9999/configurations
The text was updated successfully, but these errors were encountered: