microsoft / microsoft/aspire

[WebToolsE2E][Aspire] After successfully publishing an Aspire project, the Console log does not have any logs after restarting the project in the 'Aspire Dashboard'.

Open
#7,859 8 comments 0 reactions 1 assignee Claimed by @snehapar9 View on GitHub
area-azure-aca azure-container-apps external
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

**INSTALL STEPS**
1. Clean machine: Win11 x64 ENU
2. Install SDK 9.0.200
3. Install Aspire 9.1.0
4. Install AZD version 1.12.0
5. Install git version 2.48.1.windows.1

**REPRO STEPS**
1. Open CMD, run following command to create an Aspire Starter App project and deploy it
```
dotnet new aspire-starter -o AspireStarterApp
cd AspireStarterApp/AspireStarterApp.AppHost
azd init
azd up
```
2. After successful deployment, open the deployed "Aspire Dashboard" URL in the browser.
![Image](https://github.com/user-attachments/assets/7bd839e4-d86d-4736-8cec-572faf0b8e44)
3. Click the 'Restart' button for apiservice/webfrontend project Aspire dashboard
4. Click the "Console" option on the Aspire dashboard left, and select the apiservice/webfrontend resource.

**Note:**
1. This issue also repro after installing Aspire 9.2.0-preview.1.25152.3
2. The ACA Dashboard version is 9.0.1-dev

**ACTUAL**
Console log does not have any log information
![Image](https://github.com/user-attachments/assets/c5196409-3fe8-4784-9a64-8a9a31101287)
![Image](https://github.com/user-attachments/assets/b8e6ca6a-cb47-492e-8531-9949b35900b2)

EXPECTED
Console log has some log information

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.