-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
All works great on my Windows machine, but every time when I tried to do login or registration from an app hosted on Linux machine I got TimeoutException: The operation has timed out.
This looks like this issue https://github.com/dotnet/corefx/issues/4631#issuecomment-165893079
TimeoutException: The operation has timed out.
Npgsql.NpgsqlConnector.Connect(NpgsqlTimeout timeout)
Npgsql.NpgsqlConnector+<RawOpen>d__146.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Npgsql.NpgsqlConnector+<Open>d__143.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Npgsql.ConnectorPool+<AllocateLong>d__24.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
System.Runtime.CompilerServices.TaskAwaiter.GetResult()
System.Runtime.CompilerServices.ValueTaskAwaiter.GetResult()
Npgsql.NpgsqlConnection+<Open>d__28.MoveNext()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Npgsql.NpgsqlConnection.Open()
AspNetCore.Identity.PostgreSQL.Context.PostgreSQLDatabase.OpenConnection()
Metadata
Metadata
Assignees
Labels
No labels