79816528

Date: 2025-11-11 10:42:58
Score: 0.5
Natty:
Report link

Still not entirely sure why it happened here, but this solved it:

externalApi
    .WithHttpsEndpoint()
    .WithExternalHttpEndpoints()
    .AddEnvironmentVariable("ASPNETCORE_URLS", "http://0.0.0.0:8080")
    .AddEnvironmentVariable("DOTNET_URLS", "http://0.0.0.0:8080")
    .AddEnvironmentVariable("ASPNETCORE_FORWARDEDHEADERS_ENABLED", "true");
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Alexander Vestergaard Eriksen