[09.03.2024 00:41:28.943 +00:00 INF] 0HN1V7FF9I9C3:00000001 ReceivedNotification - userId: 57f6abcf-068f-4e2b-a1e0-73489aaa888a [09.03.2024 08:22:11.568 +00:00 INF] 0HN1V7FF9I9GN:00000002 Offer Created: OfferId - $72af6abb-97b4-4f1c-bdcd-8673d20d7792 [09.03.2024 08:22:58.690 +00:00 INF] 0HN1V7FF9I9GT:00000002 EchoForNotification - userId: b2d41ca2-e35b-49fb-98bf-bdd0a4a5d0f7, notification: OfferCreated [09.03.2024 08:22:58.748 +00:00 INF] 0HN1V7FF9I9GT:00000003 EchoForNotification - userId: 8d9e6ec4-2883-4671-a208-02728c29fef3, notification: OfferAccepted [09.03.2024 08:23:21.539 +00:00 INF] 0HN1V7FF9I9GV:00000002 EchoForNotification - userId: b2d41ca2-e35b-49fb-98bf-bdd0a4a5d0f7, notification: OfferPaymentSuccess [09.03.2024 08:42:24.564 +00:00 INF] 0HN1V7FF9I9JK:00000009 Offer Created: OfferId - $5ca04568-81b4-4e4a-a545-b352f98ab0ff [09.03.2024 08:42:28.960 +00:00 INF] 0HN1V7FF9I9JO:00000002 EchoForNotification - userId: 8d9e6ec4-2883-4671-a208-02728c29fef3, notification: OfferCreated [09.03.2024 08:43:20.258 +00:00 INF] 0HN1V7FF9I9JS:00000003 EchoForNotification - userId: b2d41ca2-e35b-49fb-98bf-bdd0a4a5d0f7, notification: OfferAccepted [09.03.2024 08:43:35.622 +00:00 ERR] 0HN1V7FF9I9JT:00000002 Api Error: 0HN1V7FF9I9JT:00000002 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@offerId". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryRowAsync[T](IDbConnection cnn, Row row, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 513 at Repository.Cqrs.Queries.UserPaymentQuery.GetSuccessPaymentByUserIdAndOfferId(Guid userId, Guid offerId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/UserPaymentQuery.cs:line 174 at Repository.Repositories.UserPaymentRepository.GetSuccessPaymentByUserIdAndOfferId(Guid userId, Guid offerId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/UserPaymentRepository.cs:line 100 at Service.Services.UserPaymentService.GetSuccessPaymentByUserIdAndOfferId(Guid userId, Guid offerId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/UserPaymentService.cs:line 324 at Service.Services.OfferService.ChangeStatusAsync(String id, OfferStatus status, String userId, Nullable`1 arrivalTime, Nullable`1 deliveryCode) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OfferService.cs:line 359 at Service.Services.OfferService.ChangeStatusAsync(String id, OfferStatus status, String userId, Nullable`1 arrivalTime, Nullable`1 deliveryCode) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OfferService.cs:line 445 at Api.Controllers.OfferController.ChangeStatus(String id, OfferStatus status, Nullable`1 arrivalTime, Nullable`1 deliveryCode) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OfferController.cs:line 110 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:839e7bef-2b8e-4308-9250-4bd6bb55d7d9 Error Number:137,State:2,Class:15 ClientConnectionId before routing:e3259c71-99d6-46ad-ab4d-596831c0ecdf Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11036 [09.03.2024 08:43:38.301 +00:00 ERR] 0HN1V7FF9I9JT:00000003 Api Error: 0HN1V7FF9I9JT:00000003 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@offerId". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryRowAsync[T](IDbConnection cnn, Row row, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 513 at Repository.Cqrs.Queries.UserPaymentQuery.GetSuccessPaymentByUserIdAndOfferId(Guid userId, Guid offerId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/UserPaymentQuery.cs:line 174 at Repository.Repositories.UserPaymentRepository.GetSuccessPaymentByUserIdAndOfferId(Guid userId, Guid offerId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/UserPaymentRepository.cs:line 100 at Service.Services.UserPaymentService.GetSuccessPaymentByUserIdAndOfferId(Guid userId, Guid offerId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/UserPaymentService.cs:line 324 at Service.Services.OfferService.ChangeStatusAsync(String id, OfferStatus status, String userId, Nullable`1 arrivalTime, Nullable`1 deliveryCode) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OfferService.cs:line 359 at Service.Services.OfferService.ChangeStatusAsync(String id, OfferStatus status, String userId, Nullable`1 arrivalTime, Nullable`1 deliveryCode) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OfferService.cs:line 445 at Api.Controllers.OfferController.ChangeStatus(String id, OfferStatus status, Nullable`1 arrivalTime, Nullable`1 deliveryCode) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OfferController.cs:line 110 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:839e7bef-2b8e-4308-9250-4bd6bb55d7d9 Error Number:137,State:2,Class:15 ClientConnectionId before routing:e3259c71-99d6-46ad-ab4d-596831c0ecdf Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11036 [09.03.2024 08:46:14.268 +00:00 INF] 0HN1V7FF9I9KC:00000002 ReceivedNotification - userId: b2d41ca2-e35b-49fb-98bf-bdd0a4a5d0f7 [09.03.2024 08:47:04.410 +00:00 INF] 0HN1V7FF9I9KG:00000002 Offer Created: OfferId - $19a98588-7a30-4d9b-aa48-e31bb8b38479 [09.03.2024 09:35:21.680 +00:00 INF] 0HN1V7FF9I9S1:00000002 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 09:35:21.682 +00:00 INF] 0HN1V7FF9I9S1:00000002 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 09:35:23.160 +00:00 INF] 0HN1V7FF9I9S1:00000002 Received HTTP response headers after 1476.7593ms - 200 [09.03.2024 09:35:23.160 +00:00 INF] 0HN1V7FF9I9S1:00000002 End processing HTTP request after 1483.2755ms - 200 [09.03.2024 09:35:23.232 +00:00 INF] 0HN1V7FF9I9S1:00000002 Start processing HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994503010173&text=7425 [09.03.2024 09:35:23.233 +00:00 INF] 0HN1V7FF9I9S1:00000002 Sending HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994503010173&text=7425 [09.03.2024 09:35:25.045 +00:00 INF] 0HN1V7FF9I9S1:00000002 Received HTTP response headers after 1811.4939ms - 200 [09.03.2024 09:35:25.045 +00:00 INF] 0HN1V7FF9I9S1:00000002 End processing HTTP request after 1812.8083ms - 200 [09.03.2024 09:36:41.030 +00:00 INF] 0HN1V7FF9I9S6:00000002 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 09:36:41.030 +00:00 INF] 0HN1V7FF9I9S6:00000002 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 09:36:42.301 +00:00 INF] 0HN1V7FF9I9S6:00000002 Received HTTP response headers after 1270.3081ms - 200 [09.03.2024 09:36:42.301 +00:00 INF] 0HN1V7FF9I9S6:00000002 End processing HTTP request after 1270.7601ms - 200 [09.03.2024 09:36:42.302 +00:00 INF] 0HN1V7FF9I9S6:00000002 Start processing HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994503010173&text=4915 [09.03.2024 09:36:42.302 +00:00 INF] 0HN1V7FF9I9S6:00000002 Sending HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994503010173&text=4915 [09.03.2024 09:36:43.713 +00:00 INF] 0HN1V7FF9I9S6:00000002 Received HTTP response headers after 1410.5522ms - 200 [09.03.2024 09:36:43.713 +00:00 INF] 0HN1V7FF9I9S6:00000002 End processing HTTP request after 1411.1321ms - 200 [09.03.2024 09:48:25.204 +00:00 ERR] 0HN1V7FF9I9TI:00000002 Api Error: 0HN1V7FF9I9TI:00000002 System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElementsException() at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source) at Dapper.SqlMapper.ThrowZeroRows(Row row) in /_/Dapper/SqlMapper.cs:line 1257 at Dapper.SqlMapper.QueryRowAsync[T](IDbConnection cnn, Row row, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 513 at Repository.Cqrs.Queries.Identity.UserQuery.GetByIdAsync(String userId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/Identity/UserQuery.cs:line 403 at Repository.Repositories.Identity.UserRepository.GetByIdAsync(String userId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/Identity/UserRepository.cs:line 86 at Service.Services.Identity.UserService.GetByIdAsync(String userId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/Identity/UserService.cs:line 279 at Service.Services.Identity.UserService.GetByIdAsync(String userId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/Identity/UserService.cs:line 279 at Api.Controllers.Identity.AccountController.GetUserData() in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/Identity/AccountController.cs:line 678 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 [09.03.2024 09:48:39.466 +00:00 ERR] 0HN1V7FF9I9TJ:00000010 Api Error: 0HN1V7FF9I9TJ:00000010 System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElementsException() at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source) at Dapper.SqlMapper.ThrowZeroRows(Row row) in /_/Dapper/SqlMapper.cs:line 1257 at Dapper.SqlMapper.QueryRowAsync[T](IDbConnection cnn, Row row, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 513 at Repository.Cqrs.Queries.Identity.UserQuery.GetByIdAsync(String userId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/Identity/UserQuery.cs:line 403 at Repository.Repositories.Identity.UserRepository.GetByIdAsync(String userId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/Identity/UserRepository.cs:line 86 at Service.Services.Identity.UserService.GetByIdAsync(String userId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/Identity/UserService.cs:line 279 at Service.Services.Identity.UserService.GetByIdAsync(String userId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/Identity/UserService.cs:line 279 at Api.Controllers.Identity.AccountController.GetUserData() in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/Identity/AccountController.cs:line 678 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 [09.03.2024 09:50:19.412 +00:00 INF] 0HN1V7FF9I9TM:00000005 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 09:50:19.413 +00:00 INF] 0HN1V7FF9I9TM:00000005 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 09:50:20.740 +00:00 INF] 0HN1V7FF9I9TM:00000005 Received HTTP response headers after 1326.9854ms - 200 [09.03.2024 09:50:20.740 +00:00 INF] 0HN1V7FF9I9TM:00000005 End processing HTTP request after 1327.4929ms - 200 [09.03.2024 09:50:20.740 +00:00 INF] 0HN1V7FF9I9TM:00000005 Start processing HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994503626004&text=7285 [09.03.2024 09:50:20.740 +00:00 INF] 0HN1V7FF9I9TM:00000005 Sending HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994503626004&text=7285 [09.03.2024 09:50:23.055 +00:00 INF] 0HN1V7FF9I9TM:00000005 Received HTTP response headers after 2314.2257ms - 200 [09.03.2024 09:50:23.055 +00:00 INF] 0HN1V7FF9I9TM:00000005 End processing HTTP request after 2314.5744ms - 200 [09.03.2024 09:51:05.524 +00:00 INF] 0HN1V7FF9I9TP:00000002 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 09:51:05.526 +00:00 INF] 0HN1V7FF9I9TP:00000002 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 09:51:06.022 +00:00 INF] 0HN1V7FF9I9TP:00000002 Received HTTP response headers after 495.1649ms - 200 [09.03.2024 09:51:06.023 +00:00 INF] 0HN1V7FF9I9TP:00000002 End processing HTTP request after 498.6461ms - 200 [09.03.2024 09:51:06.024 +00:00 INF] 0HN1V7FF9I9TP:00000002 Start processing HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994503010173&text=6819 [09.03.2024 09:51:06.024 +00:00 INF] 0HN1V7FF9I9TP:00000002 Sending HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994503010173&text=6819 [09.03.2024 09:51:07.462 +00:00 INF] 0HN1V7FF9I9TP:00000002 Received HTTP response headers after 1437.8645ms - 200 [09.03.2024 09:51:07.462 +00:00 INF] 0HN1V7FF9I9TP:00000002 End processing HTTP request after 1438.5488ms - 200 [09.03.2024 15:43:10.559 +00:00 INF] 0HN1V7FF9IA30:00000002 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 15:43:10.615 +00:00 INF] 0HN1V7FF9IA30:00000002 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 15:43:11.927 +00:00 INF] 0HN1V7FF9IA30:00000002 Received HTTP response headers after 1310.0961ms - 200 [09.03.2024 15:43:11.931 +00:00 INF] 0HN1V7FF9IA30:00000002 End processing HTTP request after 1378.3579ms - 200 [09.03.2024 17:06:13.006 +00:00 INF] 0HN1V7FF9IA9O:00000002 ReceivedNotification - userId: 8d9e6ec4-2883-4671-a208-02728c29fef3 [09.03.2024 17:07:05.155 +00:00 INF] 0HN1V7FF9IA9S:00000002 Offer Created: OfferId - $37d67381-8d12-4a0b-b68b-07a3cdeec372 [09.03.2024 17:07:36.160 +00:00 INF] 0HN1V7FF9IAA0:00000001 EchoForNotification - userId: c85da6e2-41d5-4bed-a991-005a8802536e, notification: OfferAccepted [09.03.2024 17:08:23.353 +00:00 INF] 0HN1V7FF9IAA2:00000002 EchoForNotification - userId: c85da6e2-41d5-4bed-a991-005a8802536e, notification: OfferPaymentSuccess [09.03.2024 18:44:32.741 +00:00 INF] Migrations [09.03.2024 18:44:32.875 +00:00 INF] 20240229001: Migration_GetAllByStatus [09.03.2024 18:44:32.883 +00:00 INF] 20240229002: Migration_GetAll [09.03.2024 18:44:32.883 +00:00 INF] 20240229003: Migration_GetOrdersByUserId [09.03.2024 18:44:32.884 +00:00 INF] 20240105195988: Migration_20240105195988 [09.03.2024 18:44:32.884 +00:00 INF] 20240106150801: Migration_20240106150801 [09.03.2024 18:44:32.885 +00:00 INF] 20240222282856: Migration_20240222282856 [09.03.2024 18:44:32.885 +00:00 INF] 20240225185332: Migration_20240225185332 [09.03.2024 18:44:32.892 +00:00 INF] 20240226001548: Migration_20240226001548 [09.03.2024 18:44:32.894 +00:00 INF] 20240229112234: Migration_20240229112234 [09.03.2024 18:44:32.894 +00:00 INF] 20240703175787: Migration_20240703175787 [09.03.2024 18:44:32.895 +00:00 INF] 20240903164034: Migration_20240903164034 [09.03.2024 18:44:32.895 +00:00 INF] 202403091170645: Migration_202403091170645 [09.03.2024 18:44:32.902 +00:00 WRN] 202404032111114: Migration_20240403211111 (current) [09.03.2024 19:07:28.854 +00:00 ERR] 0HN20D3RIHLJV:00000001 Api Error: 0HN20D3RIHLJV:00000001 System.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near the keyword 'DELETE'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.EndExecuteNonQueryInternal(IAsyncResult asyncResult) at System.Data.SqlClient.SqlCommand.EndExecuteNonQuery(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) --- End of stack trace from previous location --- at Dapper.SqlMapper.ExecuteImplAsync(IDbConnection cnn, CommandDefinition command, Object param) in /_/Dapper/SqlMapper.Async.cs:line 662 at Repository.Cqrs.Commands.UserCommand.DeleteAsync(Guid currentUserId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Commands/Identuty/UserCommand.cs:line 29 at Repository.Repositories.Identity.UserRepository.DeleteAsync(Guid id) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/Identity/UserRepository.cs:line 90 at Service.Services.Identity.UserService.DeleteAsync(Guid id) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/Identity/UserService.cs:line 290 at Api.Controllers.Identity.AccountController.DeleteAsync() in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/Identity/AccountController.cs:line 834 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 20 ClientConnectionId:9070b9ad-ee06-48c6-a7a7-04433ee99fe4 Error Number:156,State:1,Class:15 ClientConnectionId before routing:f5421888-6422-4026-ae71-fb8818864316 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11036 [09.03.2024 19:07:55.320 +00:00 ERR] 0HN20D3RIHLJV:00000002 Api Error: 0HN20D3RIHLJV:00000002 System.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near the keyword 'DELETE'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.EndExecuteNonQueryInternal(IAsyncResult asyncResult) at System.Data.SqlClient.SqlCommand.EndExecuteNonQuery(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) --- End of stack trace from previous location --- at Dapper.SqlMapper.ExecuteImplAsync(IDbConnection cnn, CommandDefinition command, Object param) in /_/Dapper/SqlMapper.Async.cs:line 662 at Repository.Cqrs.Commands.UserCommand.DeleteAsync(Guid currentUserId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Commands/Identuty/UserCommand.cs:line 29 at Repository.Repositories.Identity.UserRepository.DeleteAsync(Guid id) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/Identity/UserRepository.cs:line 90 at Service.Services.Identity.UserService.DeleteAsync(Guid id) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/Identity/UserService.cs:line 290 at Api.Controllers.Identity.AccountController.DeleteAsync() in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/Identity/AccountController.cs:line 834 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 20 ClientConnectionId:9070b9ad-ee06-48c6-a7a7-04433ee99fe4 Error Number:156,State:1,Class:15 ClientConnectionId before routing:f5421888-6422-4026-ae71-fb8818864316 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11036 [09.03.2024 19:08:14.521 +00:00 ERR] 0HN20D3RIHLJV:00000003 Api Error: 0HN20D3RIHLJV:00000003 System.Data.SqlClient.SqlException (0x80131904): Incorrect syntax near the keyword 'DELETE'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.EndExecuteNonQueryInternal(IAsyncResult asyncResult) at System.Data.SqlClient.SqlCommand.EndExecuteNonQuery(IAsyncResult asyncResult) at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization) --- End of stack trace from previous location --- at Dapper.SqlMapper.ExecuteImplAsync(IDbConnection cnn, CommandDefinition command, Object param) in /_/Dapper/SqlMapper.Async.cs:line 662 at Repository.Cqrs.Commands.UserCommand.DeleteAsync(Guid currentUserId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Commands/Identuty/UserCommand.cs:line 29 at Repository.Repositories.Identity.UserRepository.DeleteAsync(Guid id) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/Identity/UserRepository.cs:line 90 at Service.Services.Identity.UserService.DeleteAsync(Guid id) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/Identity/UserService.cs:line 290 at Api.Controllers.Identity.AccountController.DeleteAsync() in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/Identity/AccountController.cs:line 834 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 20 ClientConnectionId:9070b9ad-ee06-48c6-a7a7-04433ee99fe4 Error Number:156,State:1,Class:15 ClientConnectionId before routing:f5421888-6422-4026-ae71-fb8818864316 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11036 [09.03.2024 19:58:53.731 +00:00 INF] 0HN20D3RIHLKN:00000004 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 19:58:53.759 +00:00 INF] 0HN20D3RIHLKN:00000004 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [09.03.2024 19:58:55.113 +00:00 INF] 0HN20D3RIHLKN:00000004 Received HTTP response headers after 1344.673ms - 200 [09.03.2024 19:58:55.126 +00:00 INF] 0HN20D3RIHLKN:00000004 End processing HTTP request after 1423.1491ms - 200 [09.03.2024 20:04:31.076 +00:00 INF] Migrations [09.03.2024 20:04:31.365 +00:00 INF] 20240229001: Migration_GetAllByStatus [09.03.2024 20:04:31.367 +00:00 INF] 20240229002: Migration_GetAll [09.03.2024 20:04:31.367 +00:00 INF] 20240229003: Migration_GetOrdersByUserId [09.03.2024 20:04:31.368 +00:00 INF] 20240105195988: Migration_20240105195988 [09.03.2024 20:04:31.374 +00:00 INF] 20240106150801: Migration_20240106150801 [09.03.2024 20:04:31.374 +00:00 INF] 20240222282856: Migration_20240222282856 [09.03.2024 20:04:31.375 +00:00 INF] 20240225185332: Migration_20240225185332 [09.03.2024 20:04:31.375 +00:00 INF] 20240226001548: Migration_20240226001548 [09.03.2024 20:04:31.376 +00:00 INF] 20240229112234: Migration_20240229112234 [09.03.2024 20:04:31.376 +00:00 INF] 20240703175787: Migration_20240703175787 [09.03.2024 20:04:31.383 +00:00 INF] 20240903164034: Migration_20240903164034 [09.03.2024 20:04:31.387 +00:00 INF] 202403091170645: Migration_202403091170645 [09.03.2024 20:04:31.404 +00:00 WRN] 202404032111114: Migration_20240403211111 (current)