How to Increase timeout

Kalyan A 0 Reputation points
2024-07-01T05:54:40.5+00:00

I scaffolded a asp.net core application from Postgresql db, I get the below error , please suggest.

  • TimeoutException: Timeout during reading attempt

I fails here

SupaCrud.Controllers.QuestionsController.Index() in QuestionsController.cs

+

  1. return _context.Questions != null ?
System.InvalidOperationException: An exception has been raised that is likely due to a transient failure.
 ---> Npgsql.NpgsqlException (0x80004005): Exception while reading from stream
 ---> System.TimeoutException: Timeout during reading attempt
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,328 questions
Azure Database for PostgreSQL
{count} votes