I created a project with the aspire-starter template and pressed F5. I'm waiting, but the resources remain "loading".
I am using visual studio version 17.10. I created a project with the aspire-starter template and pressed F5. I'm waiting, but the resources remain "loading". I haven't changed the code at all, there is no error in the log.
Can you go to your apphost's appsettings.json and turn on dashboard logs:
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Aspire.Hosting.Dcp": "Warning",
"Aspire.Hosting.Dashboard": "Warning"
}
}
}
The debug window doesn't show logs, but the console window should.
I am using visual studio version 17.10. I created a project with the aspire-starter template and pressed F5. I'm waiting, but the resources remain "loading". I haven't changed the code at all, there is no error in the log.
@Kboxoxx did you do this https://github.com/dotnet/aspire/issues/4306#issuecomment-2132931140?
This submission has been automatically marked as stale because it has been marked as requiring author action but has not had any activity for 14 days. It will be closed if no further activity occurs within 7 days of this comment.





