**Describe the issue** The example includes the code line app.UseHttpsRedirection(); but this contradicts the guidance here https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-actors/dotnet-actors-usage/#problematic-middleware **URL of the docs** https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-actors/dotnet-actors-howto/#register-actor-runtime-with-aspnet-core-startup **Expected content** Remove app.UseHttpsRedirection(); from the example **Screenshots** <!--If applicable, add screenshots to help explain your problem--> **Additional context** <!--Add any other context about the problem here-->
Describe the issue
The example includes the code line
app.UseHttpsRedirection();
but this contradicts the guidance here
https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-actors/dotnet-actors-usage/#problematic-middleware
URL of the docs
https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-actors/dotnet-actors-howto/#register-actor-runtime-with-aspnet-core-startup
Expected content
Remove
app.UseHttpsRedirection();
from the example
Screenshots
Additional context