Blazor web app crashes when being crawled
I am using a Blazor web app (server side) and have published it in a Linux VM on Microsoft Azure. The application runs well, but keeps crashing. After a long search for the source of the problem, I noticed that the app always crashes when it is crawled. In other words, when there are many requests per second. The app then no longer responds to new requests and loads endlessly for all new requests.