Skip to content

aspire ps doesn't show dashboard URL when using ASPIRE_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS #15715

@meziantou

Description

@meziantou

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

When using ASPIRE_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS or DOTNET_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS, aspire ps can list the Path and PID but the Dashboard column is empty.

Expected Behavior

It should show the dashboard URL (without any authentication token as auth is disabled)

Steps To Reproduce

  • dotnet new aspire
  • Add the environment variable ASPIRE_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS=true
  • dotnet run
  • aspire ps

Exceptions (if any)

No response

.NET Version info

10.0.201

Anything else?

No response

Metadata

Metadata

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions