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

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

Open
DoisKoh opened this issue Sep 20, 2021 · 1 comment

Comments

@DoisKoh
Copy link

DoisKoh commented Sep 20, 2021

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

@tanvigour
Copy link

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants