dapr/dashboard

Dapr Dashboard incorrectly only shows initial config from default location (self-hosted)

DoisKoh opened this issue · 1 comments

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

/assign