Open Yangfanyue opened 2 weeks ago
@Yangfanyue can you investigate whether this is a functional issue? If yes, this should be opened in the aspire repo rather than in the docs-aspire repo.
cc: @v-elenafeng
@balachir This is a docs issue. Updated the steps.
INSTALL STEPS
REPRO STEPS
In section Run and test the app locally
ACTUAL: 2024-11-11T07:59:49 The response has already started, the error page middleware will not be executed. 2024-11-11T07:59:49 fail: Microsoft.AspNetCore.Server.Kestrel[13] 2024-11-11T07:59:49 Connection id "0HN824O85K6EM", Request id "0HN824O85K6EM:0000001F": An unhandled exception was thrown by the application. 2024-11-11T07:59:49 System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
Describe the issue or suggestion This issue is caused by the missing code in AspireSample.ApiService/Program.cs. So it is recommended to modify this part of the document.