diff --git a/BTCPayServer/Services/Apps/AppHub.cs b/BTCPayServer/Services/Apps/AppHub.cs index bf470be6d..b0a2d6b8e 100644 --- a/BTCPayServer/Services/Apps/AppHub.cs +++ b/BTCPayServer/Services/Apps/AppHub.cs @@ -40,7 +40,7 @@ namespace BTCPayServer.Services.Apps { var result = - await _AppsPublicController.ContributeToCrowdfund(Context.Items["app"].ToString(), model); + await _AppsPublicController.ContributeToCrowdfund(Context.Items["app"].ToString(), model, Context.ConnectionAborted); switch (result) { case OkObjectResult okObjectResult: