The site workins fine, but when I try to Add order
or Login/Registration
at the time I get timeout
error:
An unhandled exception occurred while processing the request.
BadHttpRequestException: Reading the request body timed out due to data arriving too slowly. See MinRequestBodyDataRate.
Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1MessageBody.PumpAsync()
2
Answers
Most probably it’s your database connectivity. Check your configurations in appsettings.json and checking if your database is accessible using the provided configurations
Its because of memory allocated by your hosting provider. You need to change session storage In-Proc.