fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.18k stars 1.56k forks source link

Seems to be losing connection #978

Closed kallievz closed 2 months ago

kallievz commented 2 months ago

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.

kallievz commented 2 months ago

Duplicate of #904