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

[WebToolsE2E][Aspire] When running the aspire project, after going to the dashboard, I got a warning in cmd: Aspire.Hosting.DistributedApplication[0] Failed to get the dashboard logs. #3650

Closed
v-sherryfan opened this issue Apr 12, 2024 · 1 comment

Comments

@v-sherryfan
Copy link

REGRESSION INFO: Worked on Aspre 8.0 P5

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install latest released SDK 8.0.204
  3. Install Aspire 8.0 P6 [8.0.0-preview.6.24211.5]
  4. Apply dotnet-tools Feed

REPRO STEPS

  1. Open CMD, creating an Aspire Starter App using following commands:
    dotnet new aspire-starter -o aspire7
    cd aspire7\aspire7.AppHost
    dotnet run
    
  2. Manually go to url https://localhost:xxxx
  3. Then go back to cmd you will see a warning: Aspire.Hosting.DistributedApplication[0] Failed to get the dashboard logs.

ACTUAL

Aspire.Hosting.DistributedApplication[0] Failed to get the dashboard logs.
image

There are no warnings in the console logs
image
image

Note

  1. Running with http also reproduces it.
  2. Not repro on normal web app.

EXPECTED

After going to the dashboard there are no warnings in cmd.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Apr 12, 2024
@balachir balachir added area-dashboard and removed area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication labels Apr 12, 2024
@balachir
Copy link

@v-sherryfan this is a dupe of #3612. I'm closing this as it should be fixed now in release/8.0 branch with this PR #3637. If you still see this when you validate on Monday, please let me know.

@github-actions github-actions bot locked and limited conversation to collaborators May 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants