[13.02.2024 14:45:12.670 +00:00 ERR] 0HN1BU1O07SO8:00000002 Api Error: 0HN1BU1O07SO8:00000002 System.InvalidOperationException: Sequence contains more than one element at System.Linq.ThrowHelper.ThrowMoreThanOneElementException() at System.Linq.Enumerable.TryGetSingle[TSource](IEnumerable`1 source, Boolean& found) at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable`1 source) at Dapper.SqlMapper.ThrowMultipleRows(Row row) in /_/Dapper/SqlMapper.cs:line 1247 at Dapper.SqlMapper.QueryRowAsync[T](IDbConnection cnn, Row row, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 513 at Repository.Cqrs.Queries.CouponQuery.GetByCouponCodeAsync(String couponCode) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/CouponQuery.cs:line 99 at Repository.Repositories.CouponRepository.GetByCouponCodeAsync(String couponCode) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/CouponRepository.cs:line 73 at Service.Services.CouponService.GetByCouponCodeAsync(String couponCode) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/CouponService.cs:line 71 at Api.Controllers.CouponController.GetByCouponCode(String couponCode) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/CouponController.cs:line 77 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 [13.02.2024 15:27:11.421 +00:00 ERR] 0HN1BU1O07SRE:00000005 Api Error: 0HN1BU1O07SRE:00000005 System.Data.SqlClient.SqlException (0x80131904): The multi-part identifier "offer.CreatedUser" could not be bound. 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.MultiMapAsync[TFirst,TSecond,TThird,TFourth,TFifth,TSixth,TSeventh,TReturn](IDbConnection cnn, CommandDefinition command, Delegate map, String splitOn) in /_/Dapper/SqlMapper.Async.cs:line 949 at Repository.Cqrs.Queries.OfferShippingQuery.GetAllOfferShippingsByUserIdForSellerAsync(String userId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OfferShippingQuery.cs:line 157 at Repository.Repositories.OfferShippingRepository.GetAllOfferShippingsByUserIdForSellerAsync(String userId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OfferShippingRepository.cs:line 32 at Service.Services.OfferShippingService.GetAllOfferShippingsByUserIdForSellerAsync(String userId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OfferShippingService.cs:line 55 at Api.Controllers.OfferShippingController.GetAllOfferShippingsByUserIdForSeller() in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OfferShippingController.cs:line 43 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:0a9fe9b9-20c7-47ae-bf6c-bbf30d88d554 Error Number:4104,State:1,Class:16 ClientConnectionId before routing:b647a739-9832-4d7e-8f96-0d22cfa8c8fe Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11019 [13.02.2024 16:44:12.744 +00:00 INF] Migrations [13.02.2024 16:44:12.878 +00:00 INF] 20240105195988: Migration_20240105195988 [13.02.2024 16:44:12.880 +00:00 INF] 20240106150801: Migration_20240106150801 [13.02.2024 16:44:12.882 +00:00 WRN] 202403091170645: Migration_202403091170645 (current) [13.02.2024 16:44:22.362 +00:00 INF] 0HN1CMC1QCM98:00000002 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [13.02.2024 16:44:22.387 +00:00 INF] 0HN1CMC1QCM98:00000002 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [13.02.2024 16:44:23.726 +00:00 INF] 0HN1CMC1QCM98:00000002 Received HTTP response headers after 1328.4339ms - 200 [13.02.2024 16:44:23.743 +00:00 INF] 0HN1CMC1QCM98:00000002 End processing HTTP request after 1394.7134ms - 200 [13.02.2024 16:44:23.855 +00:00 INF] 0HN1CMC1QCM98: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=994557959030&text=9637 [13.02.2024 16:44:23.857 +00:00 INF] 0HN1CMC1QCM98:00000002 Sending HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994557959030&text=9637 [13.02.2024 16:44:25.717 +00:00 INF] 0HN1CMC1QCM98:00000002 Received HTTP response headers after 1858.2512ms - 200 [13.02.2024 16:44:25.719 +00:00 INF] 0HN1CMC1QCM98:00000002 End processing HTTP request after 1864.2146ms - 200 [13.02.2024 17:16:44.024 +00:00 INF] 0HN1CMC1QCMCJ:00000003 Start processing HTTP request POST https://epoint.az/api/1/request [13.02.2024 17:16:44.030 +00:00 INF] 0HN1CMC1QCMCJ:00000003 Sending HTTP request POST https://epoint.az/api/1/request [13.02.2024 17:16:45.240 +00:00 INF] 0HN1CMC1QCMCJ:00000003 Received HTTP response headers after 1204.4381ms - 200 [13.02.2024 17:16:45.242 +00:00 INF] 0HN1CMC1QCMCJ:00000003 End processing HTTP request after 1219.0033ms - 200