aspire icon indicating copy to clipboard operation
aspire copied to clipboard

I created a project with the aspire-starter template and pressed F5. I'm waiting, but the resources remain "loading".

Open recruitans opened this issue 1 year ago • 3 comments

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.

image

image

image

image

image

image

recruitans avatar May 26 '24 18:05 recruitans

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"
    }
  }
}

davidfowl avatar May 27 '24 08:05 davidfowl

image

recruitans avatar May 27 '24 09:05 recruitans

The debug window doesn't show logs, but the console window should.

davidfowl avatar May 27 '24 15:05 davidfowl

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.

image

image

image

image

image

image

Kboxoxx avatar May 28 '24 15:05 Kboxoxx

@Kboxoxx did you do this https://github.com/dotnet/aspire/issues/4306#issuecomment-2132931140?

davidfowl avatar May 28 '24 15:05 davidfowl

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.