Seems to be losing connection
I was testing out the new changes after project structure change, i was running local on SQL Server, commented the code in Host, Programs.cs to not create docker.
//builder.AddContainer("grafana", "grafana/grafana") // .WithBindMount("../../../compose/grafana/config", "/etc/grafana", isReadOnly: true) // .WithBindMount("../../../compose/grafana/dashboards", "/var/lib/grafana/dashboards", isReadOnly: true) // .WithHttpEndpoint(port: 3000, targetPort: 3000, name: "http");
//builder.AddContainer("prometheus", "prom/prometheus") // .WithBindMount("../../../compose/prometheus", "/etc/prometheus", isReadOnly: true) // .WithHttpEndpoint(port: 9090, targetPort: 9090);
After about 5 minutes, staying on Tenant Page in Blazor, I navigated to user, and got error, had to log out and back in.