Skip to content

TimeoutException: The operation has timed out. #11

@kirill-kostenetskyi

Description

@kirill-kostenetskyi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions