My ASP.NET Core website includes a bootstrap carousel with 35 small PNG image files (each around 4 kbytes). The first 20 of these images load but the next 15 fail to load with 503 error codes. These numbers vary but it's always successfully displayed followed by unsuccessfully displayed images. They're not interleaved.
If I browse to these failing image files directly they display correctly.
Looking at the network traffic, I see for a successful image the server response header is...
503 errors on some image files
If I browse to these failing image files directly they display correctly.
Looking at the network traffic, I see for a successful image the server response header is...
503 errors on some image files