[23.06.2025 01:04:29.513 +00:00 INF] 0HNDFT681H3U4:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 01:04:29.791 +00:00 INF] 0HNDFT681H3U5:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 01:04:30.021 +00:00 INF] 0HNDFT681H3U6:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 01:04:30.023 +00:00 INF] 0HNDFT681H3U7:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 01:04:30.674 +00:00 INF] 0HNDFT681H3U6:00000002 /api/Order/GetAllByStatus called [23.06.2025 01:04:30.826 +00:00 INF] 0HNDFT681H3U7:00000002 /api/Order/GetAllByStatus called [23.06.2025 01:04:30.922 +00:00 ERR] 0HNDFT681H3U6:00000002 Api Error: 0HNDFT681H3U6:00000002 System.InvalidOperationException: No columns were selected at Dapper.SqlMapper.TypeDeserializerCache.GetReader(DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 151 at Dapper.SqlMapper.TypeDeserializerCache.GetReader(Type type, DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 50 at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 201 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.<>c__DisplayClass11_0.<g__ExecuteResponseAsync|0>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.OutputCaching.WorkDispatcher`2.ScheduleAsync(TKey key, Func`2 valueFactory) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 [23.06.2025 01:04:31.059 +00:00 ERR] 0HNDFT681H3U7:00000002 Api Error: 0HNDFT681H3U7:00000002 System.InvalidOperationException: No columns were selected at Dapper.SqlMapper.TypeDeserializerCache.GetReader(DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 151 at Dapper.SqlMapper.TypeDeserializerCache.GetReader(Type type, DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 50 at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 201 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.<>c__DisplayClass11_0.<g__ExecuteResponseAsync|0>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.OutputCaching.WorkDispatcher`2.ScheduleAsync(TKey key, Func`2 valueFactory) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 [23.06.2025 01:29:22.995 +00:00 INF] 0HNDFT681H3U8:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 01:29:23.012 +00:00 INF] 0HNDFT681H3U9:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 01:29:24.119 +00:00 INF] 0HNDFT681H3U9:00000002 /api/Order/GetAllByStatus called [23.06.2025 01:29:24.356 +00:00 ERR] 0HNDFT681H3U9:00000002 Api Error: 0HNDFT681H3U9:00000002 System.InvalidOperationException: No columns were selected at Dapper.SqlMapper.TypeDeserializerCache.GetReader(DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 151 at Dapper.SqlMapper.TypeDeserializerCache.GetReader(Type type, DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 50 at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 201 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.<>c__DisplayClass11_0.<g__ExecuteResponseAsync|0>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.OutputCaching.WorkDispatcher`2.ScheduleAsync(TKey key, Func`2 valueFactory) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 [23.06.2025 03:35:48.203 +00:00 INF] 0HNDFT681H3UA:00000001 /robots.txt called [23.06.2025 03:35:50.267 +00:00 INF] 0HNDFT681H3UA:00000002 /Logs/log-20250612.txt called [23.06.2025 06:18:24.481 +00:00 INF] 0HNDFT681H3UB:00000001 /api/Order/GetAllByStatus called [23.06.2025 06:18:52.147 +00:00 INF] 0HNDFT681H3UB:00000002 /api/Order/GetAllByStatus called [23.06.2025 06:19:16.979 +00:00 INF] 0HNDFT681H3UB:00000003 /api/Order/GetAllByStatus called [23.06.2025 06:19:48.773 +00:00 INF] 0HNDFT681H3UB:00000004 /api/Order/GetAllByStatus called [23.06.2025 06:19:51.887 +00:00 INF] 0HNDFT681H3UB:00000005 /api/Order/GetAllByStatus called [23.06.2025 06:22:56.303 +00:00 INF] 0HNDFT681H3UC:00000001 /robots.txt called [23.06.2025 06:22:57.163 +00:00 INF] 0HNDFT681H3UC:00000002 /robots.txt called [23.06.2025 06:26:24.406 +00:00 INF] 0HNDFT681H3UD:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 06:26:24.423 +00:00 INF] 0HNDFT681H3UE:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 06:26:24.771 +00:00 INF] 0HNDFT681H3UE:00000002 /api/Order/GetAllByStatus called [23.06.2025 06:26:26.596 +00:00 INF] 0HNDFT681H3UE:00000004 /api/Account/GetUserData called [23.06.2025 06:26:27.451 +00:00 INF] 0HNDFT681H3UE:00000009 /api/ProductCategory/populars/0/3 called [23.06.2025 06:26:27.453 +00:00 INF] 0HNDFT681H3UD:00000002 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 06:26:27.671 +00:00 INF] 0HNDFT681H3UD:00000003 /api/SiteSetting/GetEnumValues called [23.06.2025 06:26:27.705 +00:00 INF] 0HNDFT681H3UF:00000001 /api/UserCoupon/getForCurrentUser called [23.06.2025 06:26:30.474 +00:00 INF] 0HNDFT681H3UF:00000002 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 06:26:30.637 +00:00 INF] 0HNDFT681H3UD:00000004 /api/Account/GetUserData called [23.06.2025 06:26:30.666 +00:00 INF] 0HNDFT681H3UG:00000001 /api/Offer/GetCountByStatusForUser called [23.06.2025 06:26:30.688 +00:00 INF] 0HNDFT681H3UF:00000003 /api/Order/GetCountByStatusForUser called [23.06.2025 06:26:30.977 +00:00 INF] 0HNDFT681H3UG:00000002 /api/UserCoupon/getForCurrentUser called [23.06.2025 06:26:31.228 +00:00 INF] 0HNDFT681H3UG:00000003 /api/Order/GetOrdersByUserIdPagination called [23.06.2025 06:26:31.756 +00:00 INF] 0HNDFT681H3UF:00000004 /api/ProductCategory/GetHierarchy called [23.06.2025 06:26:31.756 +00:00 INF] 0HNDFT681H3UD:00000005 /api/UserAddress/GetByUserId called [23.06.2025 06:26:34.696 +00:00 INF] 0HNDFT681H3UD:00000008 /api/Product/GetAllByName/T called [23.06.2025 06:26:34.881 +00:00 INF] 0HNDFT681H3UG:00000005 /api/Product/GetAllByName/Te called [23.06.2025 06:26:35.077 +00:00 INF] 0HNDFT681H3UD:00000009 /api/Product/GetAllByName/Tes called [23.06.2025 06:26:35.120 +00:00 INF] 0HNDFT681H3UF:00000006 /api/Product/GetAllByName/Test called [23.06.2025 06:26:36.866 +00:00 INF] 0HNDFT681H3UF:00000008 /api/Product/GetAllByName/Test%20Timeline called [23.06.2025 06:27:58.967 +00:00 INF] 0HNDFT681H3UH:00000002 /api/Product/GetAllByName/Footprint%20Style%20Cat%20Backpack called [23.06.2025 06:28:19.771 +00:00 INF] 0HNDFT681H3UH:00000004 /api/Order called [23.06.2025 06:28:24.645 +00:00 INF] 0HNDFT681H3UH:00000004 Order #1323 Created [23.06.2025 06:28:24.870 +00:00 INF] 0HNDFT681H3UH:00000004 Start processing HTTP request POST https://hooks.slack.com/services/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 [23.06.2025 06:28:24.871 +00:00 INF] 0HNDFT681H3UH:00000004 Sending HTTP request POST https://hooks.slack.com/services/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 [23.06.2025 06:28:25.262 +00:00 INF] 0HNDFT681H3UH:00000004 Received HTTP response headers after 390.8617ms - 200 [23.06.2025 06:28:25.263 +00:00 INF] 0HNDFT681H3UH:00000004 End processing HTTP request after 393.2592ms - 200 [23.06.2025 06:28:25.266 +00:00 INF] 0HNDFT681H3UH:00000004 Start processing HTTP request GET https://admin-api.dev.findin.az/api/Notification/refresh/AdminOrders [23.06.2025 06:28:25.266 +00:00 INF] 0HNDFT681H3UH:00000004 Sending HTTP request GET https://admin-api.dev.findin.az/api/Notification/refresh/AdminOrders [23.06.2025 06:28:25.312 +00:00 INF] 0HNDFT681H3UH:00000004 Received HTTP response headers after 45.1119ms - 200 [23.06.2025 06:28:25.312 +00:00 INF] 0HNDFT681H3UH:00000004 End processing HTTP request after 46.5787ms - 200 [23.06.2025 06:28:26.310 +00:00 INF] 0HNDFT681H3UH:00000005 /api/Order/GetOrdersByUserIdPagination called [23.06.2025 06:28:52.057 +00:00 INF] 0HNDFT681H3UH:00000006 /api/SiteSetting/GetByNameAsync called [23.06.2025 06:28:52.069 +00:00 INF] 0HNDFT681H3UI:00000001 /api/Order/GetCountByStatusForUser called [23.06.2025 06:28:52.096 +00:00 INF] 0HNDFT681H3UJ:00000001 /api/Order/GetOrdersByUserIdPagination called [23.06.2025 06:28:52.857 +00:00 INF] 0HNDFT681H3UJ:00000003 /api/Account/GetUserData called [23.06.2025 06:28:53.414 +00:00 INF] 0HNDFT681H3UJ:00000005 /api/Offer/GetCountByStatusForUser called [23.06.2025 06:28:53.973 +00:00 INF] 0HNDFT681H3UJ:00000007 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 06:28:54.096 +00:00 INF] 0HNDFT681H3UI:00000003 /api/SiteSetting/GetEnumValues called [23.06.2025 06:28:54.152 +00:00 INF] 0HNDFT681H3UH:00000007 /api/UserCoupon/getForCurrentUser called [23.06.2025 06:28:55.852 +00:00 INF] 0HNDFT681H3UH:00000008 /api/Account/GetUserData called [23.06.2025 06:28:56.064 +00:00 INF] 0HNDFT681H3UH:00000009 /api/UserCoupon/getForCurrentUser called [23.06.2025 06:28:56.265 +00:00 INF] 0HNDFT681H3UH:0000000A /api/Order/GetOrdersByUserIdPagination called [23.06.2025 06:29:01.657 +00:00 INF] 0HNDFT681H3UH:0000000B /api/ProductCategory/GetHierarchy called [23.06.2025 06:29:01.907 +00:00 INF] 0HNDFT681H3UH:0000000C /api/Order/GetAllByStatus called [23.06.2025 06:29:02.599 +00:00 INF] 0HNDFT681H3UH:0000000F /api/ProductCategory/populars/0/3 called [23.06.2025 06:29:02.600 +00:00 INF] 0HNDFT681H3UI:00000004 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 06:29:03.482 +00:00 INF] 0HNDFT681H3UH:00000010 /api/Order/GetAllByStatus called [23.06.2025 06:29:03.491 +00:00 INF] 0HNDFT681H3UI:00000005 /api/ProductCategory/GetHierarchy called [23.06.2025 06:29:04.293 +00:00 INF] 0HNDFT681H3UH:00000011 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 06:29:13.715 +00:00 INF] 0HNDFT681H3UH:00000012 /api/Order/GetAllByStatus called [23.06.2025 06:29:14.252 +00:00 INF] 0HNDFT681H3UH:00000013 /api/Order/GetAllByStatus called [23.06.2025 06:29:16.397 +00:00 INF] 0HNDFT681H3UH:00000014 /api/Order/GetAllByStatus called [23.06.2025 06:29:20.304 +00:00 INF] 0HNDFT681H3UH:00000015 /api/Order/GetAllByStatus called [23.06.2025 06:29:21.138 +00:00 INF] 0HNDFT681H3UH:00000016 /api/Notification/ReceivedNotification/39de1dbb-131d-43da-8112-09115e963cdf called [23.06.2025 06:29:21.329 +00:00 INF] 0HNDFT681H3UH:00000016 ReceivedNotification - userId: 39de1dbb-131d-43da-8112-09115e963cdf [23.06.2025 06:29:21.519 +00:00 INF] 0HNDFT681H3UH:00000016 userId: 39de1dbb-131d-43da-8112-09115e963cdf, connectionId: tpFhtG7gdSn7xgAWAS_hcA [23.06.2025 06:29:22.302 +00:00 INF] 0HNDFT681H3UH:00000018 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 06:35:48.159 +00:00 INF] 0HNDFT681H3UM:00000001 /Logs/log-20250526.txt called [23.06.2025 06:35:54.131 +00:00 INF] 0HNDFT681H3UM:00000002 /api/Account/GetUserData called [23.06.2025 06:35:54.417 +00:00 INF] 0HNDFT681H3UM:00000003 /api/Order/GetCountByStatusForUser called [23.06.2025 06:35:54.464 +00:00 INF] 0HNDFT681H3UN:00000001 /api/UserCoupon/getForCurrentUser called [23.06.2025 06:35:54.667 +00:00 INF] 0HNDFT681H3UN:00000002 /api/Order/GetOrdersByUserIdPagination called [23.06.2025 06:35:54.823 +00:00 INF] 0HNDFT681H3UM:00000004 /api/Offer/GetCountByStatusForUser called [23.06.2025 06:35:55.107 +00:00 INF] 0HNDFT681H3UM:00000005 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 06:35:56.404 +00:00 INF] 0HNDFT681H3UM:00000006 /api/ProductCategory/GetHierarchy called [23.06.2025 06:35:56.405 +00:00 INF] 0HNDFT681H3UN:00000004 /api/UserAddress/GetByUserId called [23.06.2025 06:36:28.008 +00:00 INF] 0HNDFT681H3UN:00000006 /api/Product/GetAllByName/Magnetic%20Whiteboard%20Wall%20Stickers%20Removable%20Soft%20Whiteboard%20Stickers%20Easy%20to%20Write%20And%20Erase%20Suitable%20for%20Office%20Home%20Teaching%20Training called [23.06.2025 07:06:52.794 +00:00 INF] 0HNDFT681H3UR:00000003 /api/Product/GetAllByName/Magnetic%20Whiteboard%20Wall%20Stickers%20Removable%20Soft%20Whiteboard%20Stickers%20Easy%20to%20Write%20And%20Erase%20Suitable called [23.06.2025 07:06:53.759 +00:00 INF] 0HNDFT681H3UR:00000004 /api/Product/GetAllByName/Magnetic%20Whiteboard%20Wall%20Stickers%20Removable%20Soft%20Whiteboard%20Stickers%20Easy%20to%20Write%20And%20Erase%20Suitable called [23.06.2025 07:06:59.391 +00:00 INF] 0HNDFT681H3UR:00000006 /api/Product/GetAllByName/Magnetic%20Whiteboard%20Wall%20Stickers%20Removable%20Soft%20Whiteboard called [23.06.2025 07:07:00.047 +00:00 INF] 0HNDFT681H3UR:00000007 /api/Product/GetAllByName/Magnetic%20Whiteboard%20Wall%20Stickers%20Removable%20Soft%20Whiteboard called [23.06.2025 07:07:14.377 +00:00 INF] 0HNDFT681H3UR:00000009 /api/Product/GetAllByName/Magnetic%20Whiteboard called [23.06.2025 07:07:14.819 +00:00 INF] 0HNDFT681H3UR:0000000A /api/Product/GetAllByName/Magnetic%20Whiteboard called [23.06.2025 07:07:17.804 +00:00 INF] 0HNDFT681H3UR:0000000C /api/Product/GetAllByName/Magnetic%20%20Whiteboard called [23.06.2025 07:07:18.099 +00:00 INF] 0HNDFT681H3UR:0000000D /api/Product/GetAllByName/Magnetic%20S%20Whiteboard called [23.06.2025 07:07:18.418 +00:00 INF] 0HNDFT681H3UR:0000000E /api/Product/GetAllByName/Magnetic%20So%20Whiteboard called [23.06.2025 07:07:18.679 +00:00 INF] 0HNDFT681H3UR:0000000F /api/Product/GetAllByName/Magnetic%20Sof%20Whiteboard called [23.06.2025 07:07:18.742 +00:00 INF] 0HNDFT681H3US:00000005 /api/Product/GetAllByName/Magnetic%20Soft%20Whiteboard called [23.06.2025 07:12:04.751 +00:00 INF] 0HNDFT681H3UT:00000001 /api/Offer/GetCountByStatusForUser called [23.06.2025 07:12:04.770 +00:00 INF] 0HNDFT681H3UU:00000001 /api/Order/GetCountByStatusForUser called [23.06.2025 07:12:08.102 +00:00 INF] 0HNDFT681H3UU:00000002 /api/ProductCategory/GetHierarchy called [23.06.2025 07:12:08.103 +00:00 INF] 0HNDFT681H3UT:00000002 /api/UserAddress/GetByUserId called [23.06.2025 07:12:08.192 +00:00 INF] 0HNDFT681H3UV:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 07:12:10.042 +00:00 INF] 0HNDFT681H3UV:00000003 /api/Account/GetUserData called [23.06.2025 07:12:10.737 +00:00 INF] 0HNDFT681H3UV:00000006 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 07:12:10.804 +00:00 INF] 0HNDFT681H3UT:00000004 /api/Order/GetCountByStatusForUser called [23.06.2025 07:12:10.835 +00:00 INF] 0HNDFT681H3UU:00000003 /api/Offer/GetCountByStatusForUser called [23.06.2025 07:12:10.953 +00:00 INF] 0HNDFT681H3V0:00000001 /api/SiteSetting/GetEnumValues called [23.06.2025 07:12:11.169 +00:00 INF] 0HNDFT681H3V0:00000002 /api/UserCoupon/getForCurrentUser called [23.06.2025 07:12:12.001 +00:00 INF] 0HNDFT681H3V0:00000004 /api/Product/GetAllByName/Magnetic%20Soft%20Whiteboard called [23.06.2025 07:12:39.253 +00:00 INF] 0HNDFT681H3V0:00000006 /api/Order called [23.06.2025 07:12:42.568 +00:00 INF] 0HNDFT681H3V0:00000006 Order #1324 Created [23.06.2025 07:12:42.760 +00:00 INF] 0HNDFT681H3V0:00000006 Start processing HTTP request POST https://hooks.slack.com/services/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 [23.06.2025 07:12:42.761 +00:00 INF] 0HNDFT681H3V0:00000006 Sending HTTP request POST https://hooks.slack.com/services/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 [23.06.2025 07:12:43.114 +00:00 INF] 0HNDFT681H3V0:00000006 Received HTTP response headers after 352.1958ms - 200 [23.06.2025 07:12:43.115 +00:00 INF] 0HNDFT681H3V0:00000006 End processing HTTP request after 354.4302ms - 200 [23.06.2025 07:12:43.116 +00:00 INF] 0HNDFT681H3V0:00000006 Start processing HTTP request GET https://admin-api.dev.findin.az/api/Notification/refresh/AdminOrders [23.06.2025 07:12:43.117 +00:00 INF] 0HNDFT681H3V0:00000006 Sending HTTP request GET https://admin-api.dev.findin.az/api/Notification/refresh/AdminOrders [23.06.2025 07:12:43.171 +00:00 INF] 0HNDFT681H3V0:00000006 Received HTTP response headers after 54.1288ms - 200 [23.06.2025 07:12:43.172 +00:00 INF] 0HNDFT681H3V0:00000006 End processing HTTP request after 55.5926ms - 200 [23.06.2025 07:12:44.002 +00:00 INF] 0HNDFT681H3V0:00000007 /api/Order/GetOrdersByUserIdPagination called [23.06.2025 07:13:01.928 +00:00 INF] 0HNDFT681H3V0:00000008 /api/ProductCategory/GetHierarchy called [23.06.2025 07:13:02.208 +00:00 INF] 0HNDFT681H3V0:00000009 /api/Order/GetAllByStatus called [23.06.2025 07:13:02.892 +00:00 INF] 0HNDFT681H3V0:0000000C /api/ProductCategory/populars/0/3 called [23.06.2025 07:13:02.917 +00:00 INF] 0HNDFT681H3UT:00000005 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 07:13:13.848 +00:00 INF] 0HNDFT681H3UT:00000006 /api/ProductCategory/GetHierarchy called [23.06.2025 07:13:13.857 +00:00 INF] 0HNDFT681H3V0:0000000D /api/Order/GetAllByStatus called [23.06.2025 07:13:14.547 +00:00 INF] 0HNDFT681H3V0:0000000F /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 07:13:23.641 +00:00 INF] 0HNDFT681H3V0:00000010 /api/Order/GetAllByStatus called [23.06.2025 07:13:25.182 +00:00 INF] 0HNDFT681H3V0:00000011 /api/Order/GetAllByStatus called [23.06.2025 07:13:26.449 +00:00 INF] 0HNDFT681H3V0:00000012 /api/Order/GetAllByStatus called [23.06.2025 07:13:26.939 +00:00 INF] 0HNDFT681H3V0:00000013 /api/Order/GetAllByStatus called [23.06.2025 07:13:28.144 +00:00 INF] 0HNDFT681H3V0:00000014 /api/Notification/ReceivedNotification/39de1dbb-131d-43da-8112-09115e963cdf called [23.06.2025 07:13:28.333 +00:00 INF] 0HNDFT681H3V0:00000014 ReceivedNotification - userId: 39de1dbb-131d-43da-8112-09115e963cdf [23.06.2025 07:13:28.522 +00:00 INF] 0HNDFT681H3V0:00000014 userId: 39de1dbb-131d-43da-8112-09115e963cdf, connectionId: UblWhpY4v4NzwobKspOyhw [23.06.2025 07:13:29.159 +00:00 INF] 0HNDFT681H3V0:00000016 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 07:13:33.366 +00:00 INF] 0HNDFT681H3V0:00000017 /api/Order/GetAllByStatus called [23.06.2025 07:13:37.799 +00:00 INF] 0HNDFT681H3V0:00000018 /api/Order/GetAllByStatus called [23.06.2025 07:13:47.916 +00:00 INF] 0HNDFT681H3V0:00000019 /api/Order/GetAllByStatus called [23.06.2025 07:13:48.111 +00:00 ERR] 0HNDFT681H3V0:00000019 Api Error: 0HNDFT681H3V0:00000019 System.InvalidOperationException: No columns were selected at Dapper.SqlMapper.TypeDeserializerCache.GetReader(DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 151 at Dapper.SqlMapper.TypeDeserializerCache.GetReader(Type type, DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 50 at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 201 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 [23.06.2025 07:13:55.035 +00:00 INF] 0HNDFT681H3V0:0000001B /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 07:14:16.158 +00:00 INF] 0HNDFT681H3V0:0000001C /api/Order/GetAllByStatus called [23.06.2025 07:14:16.359 +00:00 ERR] 0HNDFT681H3V0:0000001C Api Error: 0HNDFT681H3V0:0000001C System.InvalidOperationException: No columns were selected at Dapper.SqlMapper.TypeDeserializerCache.GetReader(DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 151 at Dapper.SqlMapper.TypeDeserializerCache.GetReader(Type type, DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 50 at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 201 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 [23.06.2025 07:14:20.719 +00:00 INF] 0HNDFT681H3V0:0000001E /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 07:16:39.701 +00:00 INF] 0HNDFT681H3V1:00000004 /styles/modern.common.css called [23.06.2025 07:16:39.951 +00:00 INF] 0HNDFT681H3V1:00000005 /styles/modern.deepsea.css called [23.06.2025 07:16:55.643 +00:00 INF] 0HNDFT681H3V1:00000007 /api/Order/GetAllByStatus called [23.06.2025 07:16:55.846 +00:00 ERR] 0HNDFT681H3V1:00000007 Api Error: 0HNDFT681H3V1:00000007 System.InvalidOperationException: No columns were selected at Dapper.SqlMapper.TypeDeserializerCache.GetReader(DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 151 at Dapper.SqlMapper.TypeDeserializerCache.GetReader(Type type, DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 50 at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 201 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 [23.06.2025 07:16:58.621 +00:00 INF] 0HNDFT681H3V1:00000009 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 07:17:00.270 +00:00 INF] 0HNDFT681H3V1:0000000A /api/Order/GetAllByStatus called [23.06.2025 07:17:00.473 +00:00 ERR] 0HNDFT681H3V1:0000000A Api Error: 0HNDFT681H3V1:0000000A System.Data.SqlClient.SqlException (0x80131904): The number of rows provided for a FETCH clause must be greater then zero. 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.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at Dapper.SqlMapper.GridReader.ReadDeferred[T](Int32 index, Func`2 deserializer, Type effectiveType)+MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 205 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.<>c__DisplayClass11_0.<g__ExecuteResponseAsync|0>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.OutputCaching.WorkDispatcher`2.ScheduleAsync(TKey key, Func`2 valueFactory) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 ClientConnectionId:983ea087-8d57-4836-b5be-d531fe67d286 Error Number:10744,State:1,Class:15 ClientConnectionId before routing:58412d5b-804f-4b9d-8ce0-1881a338e0ba Routing Destination:ba1573cfd8e8.tr712.uaenorth1-a.worker.database.windows.net,11016 [23.06.2025 07:17:03.161 +00:00 INF] 0HNDFT681H3V1:0000000B /api/Order/GetAllByStatus called [23.06.2025 07:17:09.180 +00:00 INF] 0HNDFT681H3V1:0000000C /api/Order/GetAllByStatus called [23.06.2025 07:17:09.377 +00:00 ERR] 0HNDFT681H3V1:0000000C Api Error: 0HNDFT681H3V1:0000000C System.InvalidOperationException: No columns were selected at Dapper.SqlMapper.TypeDeserializerCache.GetReader(DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 151 at Dapper.SqlMapper.TypeDeserializerCache.GetReader(Type type, DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 50 at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 201 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.<>c__DisplayClass11_0.<g__ExecuteResponseAsync|0>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.OutputCaching.WorkDispatcher`2.ScheduleAsync(TKey key, Func`2 valueFactory) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 [23.06.2025 07:17:13.969 +00:00 INF] 0HNDFT681H3V1:0000000D /api/Order/GetAllByStatus called [23.06.2025 07:17:14.174 +00:00 ERR] 0HNDFT681H3V1:0000000D Api Error: 0HNDFT681H3V1:0000000D System.Data.SqlClient.SqlException (0x80131904): The number of rows provided for a FETCH clause must be greater then zero. 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.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at Dapper.SqlMapper.GridReader.ReadDeferred[T](Int32 index, Func`2 deserializer, Type effectiveType)+MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 205 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.<>c__DisplayClass11_0.<g__ExecuteResponseAsync|0>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.OutputCaching.WorkDispatcher`2.ScheduleAsync(TKey key, Func`2 valueFactory) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 ClientConnectionId:983ea087-8d57-4836-b5be-d531fe67d286 Error Number:10744,State:1,Class:15 ClientConnectionId before routing:58412d5b-804f-4b9d-8ce0-1881a338e0ba Routing Destination:ba1573cfd8e8.tr712.uaenorth1-a.worker.database.windows.net,11016 [23.06.2025 07:17:20.262 +00:00 INF] 0HNDFT681H3V1:0000000E /api/Order/GetAllByStatus called [23.06.2025 07:17:20.459 +00:00 ERR] 0HNDFT681H3V1:0000000E Api Error: 0HNDFT681H3V1:0000000E System.Data.SqlClient.SqlException (0x80131904): The number of rows provided for a FETCH clause must be greater then zero. 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.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at Dapper.SqlMapper.GridReader.ReadDeferred[T](Int32 index, Func`2 deserializer, Type effectiveType)+MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 205 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.<>c__DisplayClass11_0.<g__ExecuteResponseAsync|0>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.OutputCaching.WorkDispatcher`2.ScheduleAsync(TKey key, Func`2 valueFactory) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 ClientConnectionId:983ea087-8d57-4836-b5be-d531fe67d286 Error Number:10744,State:1,Class:15 ClientConnectionId before routing:58412d5b-804f-4b9d-8ce0-1881a338e0ba Routing Destination:ba1573cfd8e8.tr712.uaenorth1-a.worker.database.windows.net,11016 [23.06.2025 07:18:39.120 +00:00 INF] 0HNDFT681H3V2:00000008 /api/Order/GetAllByStatus called [23.06.2025 07:18:39.323 +00:00 ERR] 0HNDFT681H3V2:00000008 Api Error: 0HNDFT681H3V2:00000008 System.Data.SqlClient.SqlException (0x80131904): The number of rows provided for a FETCH clause must be greater then zero. 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.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at Dapper.SqlMapper.GridReader.ReadDeferred[T](Int32 index, Func`2 deserializer, Type effectiveType)+MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 205 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.<>c__DisplayClass11_0.<g__ExecuteResponseAsync|0>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.OutputCaching.WorkDispatcher`2.ScheduleAsync(TKey key, Func`2 valueFactory) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 ClientConnectionId:983ea087-8d57-4836-b5be-d531fe67d286 Error Number:10744,State:1,Class:15 ClientConnectionId before routing:58412d5b-804f-4b9d-8ce0-1881a338e0ba Routing Destination:ba1573cfd8e8.tr712.uaenorth1-a.worker.database.windows.net,11016 [23.06.2025 07:18:52.430 +00:00 INF] 0HNDFT681H3V2:00000009 /api/Order/GetAllByStatus called [23.06.2025 07:18:52.630 +00:00 ERR] 0HNDFT681H3V2:00000009 Api Error: 0HNDFT681H3V2:00000009 System.Data.SqlClient.SqlException (0x80131904): The number of rows provided for a FETCH clause must be greater then zero. 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.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at Dapper.SqlMapper.GridReader.ReadDeferred[T](Int32 index, Func`2 deserializer, Type effectiveType)+MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 205 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.<>c__DisplayClass11_0.<g__ExecuteResponseAsync|0>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.OutputCaching.WorkDispatcher`2.ScheduleAsync(TKey key, Func`2 valueFactory) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 ClientConnectionId:983ea087-8d57-4836-b5be-d531fe67d286 Error Number:10744,State:1,Class:15 ClientConnectionId before routing:58412d5b-804f-4b9d-8ce0-1881a338e0ba Routing Destination:ba1573cfd8e8.tr712.uaenorth1-a.worker.database.windows.net,11016 [23.06.2025 07:22:29.598 +00:00 INF] 0HNDFT681H3V4:00000001 /api/Order/GetAllByStatus called [23.06.2025 07:22:29.831 +00:00 ERR] 0HNDFT681H3V4:00000001 Api Error: 0HNDFT681H3V4:00000001 System.InvalidOperationException: No columns were selected at Dapper.SqlMapper.TypeDeserializerCache.GetReader(DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 151 at Dapper.SqlMapper.TypeDeserializerCache.GetReader(Type type, DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 50 at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 201 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.<>c__DisplayClass11_0.<g__ExecuteResponseAsync|0>d.MoveNext() --- End of stack trace from previous location --- at Microsoft.AspNetCore.OutputCaching.WorkDispatcher`2.ScheduleAsync(TKey key, Func`2 valueFactory) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 [23.06.2025 07:25:55.558 +00:00 INF] 0HNDFT681H3V6:00000001 /api/Order/GetAllByStatus called [23.06.2025 07:26:17.867 +00:00 INF] 0HNDFT681H3V6:00000002 /api/SiteSetting/GetByNameAsync called [23.06.2025 07:26:17.885 +00:00 INF] 0HNDFT681H3V7:00000001 /api/Order/GetAllByStatus called [23.06.2025 07:26:17.901 +00:00 INF] 0HNDFT681H3V8:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 07:26:18.076 +00:00 ERR] 0HNDFT681H3V7:00000001 Api Error: 0HNDFT681H3V7:00000001 System.InvalidOperationException: No columns were selected at Dapper.SqlMapper.TypeDeserializerCache.GetReader(DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 151 at Dapper.SqlMapper.TypeDeserializerCache.GetReader(Type type, DbDataReader reader, Int32 startBound, Int32 length, Boolean returnNullIfFirstMissing) in /_/Dapper/SqlMapper.TypeDeserializerCache.cs:line 50 at Dapper.SqlMapper.GridReader.ReadImpl[T](Type type, Boolean buffered) in /_/Dapper/SqlMapper.GridReader.cs:line 201 at Repository.Cqrs.Queries.OrderQuery.GetAllByStatusAsync(Nullable`1 status, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/OrderQuery.cs:line 176 at Repository.Repositories.OrderRepository.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/OrderRepository.cs:line 90 at Service.Services.OrderService.GetAllByStatus(Nullable`1 orderStatus, Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, String lan, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 274 at Api.Controllers.OrderController.GetAllByStatus(Nullable`1 categoryId, String productName, Int32 offset, Int32 limit, Nullable`1 status, String categorySlug) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 201 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.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at StackExchange.Profiling.MiniProfilerMiddleware.Invoke(HttpContext context) in C:\projects\dotnet\src\MiniProfiler.AspNetCore\MiniProfilerMiddleware.cs:line 94 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 23 [23.06.2025 07:26:19.381 +00:00 INF] 0HNDFT681H3V7:00000003 /api/Account/GetUserData called [23.06.2025 07:26:20.281 +00:00 INF] 0HNDFT681H3V7:00000006 /api/SiteSetting/GetEnumValues called [23.06.2025 07:26:20.495 +00:00 INF] 0HNDFT681H3V7:00000007 /api/UserCoupon/getForCurrentUser called [23.06.2025 07:26:30.538 +00:00 INF] 0HNDFT681H3V7:00000008 /api/Order/GetAllByStatus called [23.06.2025 08:09:51.912 +00:00 INF] 0HNDFT681H3VG:00000001 /api/Auth/VerifySmsCode called [23.06.2025 08:09:53.247 +00:00 INF] 0HNDFT681H3VG:00000002 /api/Auth/VerifySmsCode called [23.06.2025 08:09:53.695 +00:00 INF] 0HNDFT681H3VG:00000003 /api/UserSetting/GetByUserId called [23.06.2025 08:09:54.165 +00:00 INF] 0HNDFT681H3VG:00000004 /api/Order called [23.06.2025 08:09:57.313 +00:00 INF] 0HNDFT681H3VG:00000004 Order #1325 Created [23.06.2025 08:09:57.506 +00:00 INF] 0HNDFT681H3VG:00000004 Start processing HTTP request POST https://hooks.slack.com/services/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 [23.06.2025 08:09:57.507 +00:00 INF] 0HNDFT681H3VG:00000004 Sending HTTP request POST https://hooks.slack.com/services/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 [23.06.2025 08:09:57.907 +00:00 INF] 0HNDFT681H3VG:00000004 Received HTTP response headers after 395.7957ms - 200 [23.06.2025 08:09:57.907 +00:00 INF] 0HNDFT681H3VG:00000004 End processing HTTP request after 400.5069ms - 200 [23.06.2025 08:09:57.907 +00:00 INF] 0HNDFT681H3VG:00000004 Start processing HTTP request GET https://admin-api.dev.findin.az/api/Notification/refresh/AdminOrders [23.06.2025 08:09:57.907 +00:00 INF] 0HNDFT681H3VG:00000004 Sending HTTP request GET https://admin-api.dev.findin.az/api/Notification/refresh/AdminOrders [23.06.2025 08:09:57.963 +00:00 INF] 0HNDFT681H3VG:00000004 Received HTTP response headers after 55.7699ms - 200 [23.06.2025 08:09:57.963 +00:00 INF] 0HNDFT681H3VG:00000004 End processing HTTP request after 56.2961ms - 200 [23.06.2025 08:09:58.664 +00:00 INF] 0HNDFT681H3VG:00000005 /api/Order/ChangeStatus called [23.06.2025 08:10:00.303 +00:00 INF] 0HNDFT681H3VG:00000005 Order #1325 Status changed to Approved [23.06.2025 08:10:00.712 +00:00 INF] 0HNDFT681H3VG:00000006 /api/Offer called [23.06.2025 08:10:01.628 +00:00 INF] 0HNDFT681H3VG:00000006 Offer Created: OfferId - eeccff8b-69f4-44d9-a6ca-7ddf467cd3ac [23.06.2025 08:10:02.038 +00:00 INF] 0HNDFT681H3VG:00000007 /api/ProductCategory/GetHierarchy called [23.06.2025 08:10:40.335 +00:00 INF] 0HNDFT681H3VG:00000008 /api/Notification/ReceivedNotification/39de1dbb-131d-43da-8112-09115e963cdf called [23.06.2025 08:10:40.526 +00:00 INF] 0HNDFT681H3VG:00000008 ReceivedNotification - userId: 39de1dbb-131d-43da-8112-09115e963cdf [23.06.2025 08:10:40.738 +00:00 INF] 0HNDFT681H3VG:00000008 userId: 39de1dbb-131d-43da-8112-09115e963cdf, connectionId: MIQCgV3lVgfIPiUtdHqiJg [23.06.2025 08:10:40.935 +00:00 INF] 0HNDFT681H3VG:00000009 /api/Notification/ReceivedNotification/39de1dbb-131d-43da-8112-09115e963cdf called [23.06.2025 08:10:41.125 +00:00 INF] 0HNDFT681H3VG:00000009 ReceivedNotification - userId: 39de1dbb-131d-43da-8112-09115e963cdf [23.06.2025 08:10:41.315 +00:00 INF] 0HNDFT681H3VG:00000009 userId: 39de1dbb-131d-43da-8112-09115e963cdf, connectionId: MIQCgV3lVgfIPiUtdHqiJg [23.06.2025 08:11:48.033 +00:00 INF] Starting Detection version 8.14.0.0 [23.06.2025 08:11:49.391 +00:00 INF] Migrations [23.06.2025 08:11:49.423 +00:00 INF] 2024102202: _20241022230765_AlterProductsAndOrderItems [23.06.2025 08:11:49.430 +00:00 INF] 20240229001: Migration_GetAllByStatus [23.06.2025 08:11:49.430 +00:00 INF] 20240229002: Migration_GetAll [23.06.2025 08:11:49.433 +00:00 INF] 20240229003: Migration_GetOrdersByUserId [23.06.2025 08:11:49.434 +00:00 INF] 20240105195988: Migration_20240105195988 [23.06.2025 08:11:49.434 +00:00 INF] 20240106150801: Migration_20240106150801 [23.06.2025 08:11:49.435 +00:00 INF] 20240222282856: Migration_20240222282856 [23.06.2025 08:11:49.435 +00:00 INF] 20240225185332: Migration_20240225185332 [23.06.2025 08:11:49.436 +00:00 INF] 20240226001548: Migration_20240226001548 [23.06.2025 08:11:49.436 +00:00 INF] 20240229112234: Migration_20240229112234 [23.06.2025 08:11:49.436 +00:00 INF] 20240404234500: Migration_20240404234500 [23.06.2025 08:11:49.437 +00:00 INF] 20240411223124: Migration_20240411223124 [23.06.2025 08:11:49.437 +00:00 INF] 20240411233788: Migration_20240411233788 [23.06.2025 08:11:49.438 +00:00 INF] 20240416180711: Migration_20240416180711 [23.06.2025 08:11:49.438 +00:00 INF] 20240418235744: Migration_20240418235744 [23.06.2025 08:11:49.438 +00:00 INF] 20240422204700: Migration_20240422204700 [23.06.2025 08:11:49.439 +00:00 INF] 20240424002834: Migration_20240424002834 [23.06.2025 08:11:49.439 +00:00 INF] 20240522120865: Migration_20240522120865 [23.06.2025 08:11:49.440 +00:00 INF] 20240605165234: Migration_20240605165234 [23.06.2025 08:11:49.441 +00:00 INF] 20240607133587: Migration_20240607133587 [23.06.2025 08:11:49.441 +00:00 INF] 20240621144023: Migration_20240621144023 [23.06.2025 08:11:49.441 +00:00 INF] 20240622160323: Migration_20240622160323 [23.06.2025 08:11:49.442 +00:00 INF] 20240624180224: Migration_20240624180224 [23.06.2025 08:11:49.444 +00:00 INF] 20240703175787: Migration_20240703175787 [23.06.2025 08:11:49.444 +00:00 INF] 20240709130523: Migration_20240709130523 [23.06.2025 08:11:49.444 +00:00 INF] 20240725213744: Migration_20240725213744 [23.06.2025 08:11:49.445 +00:00 INF] 20240726111626: Migration_20240726111626 [23.06.2025 08:11:49.445 +00:00 INF] 20240728152901: Migration_20240728152901 [23.06.2025 08:11:49.446 +00:00 INF] 20240804210998: Migration_20240804210998 [23.06.2025 08:11:49.446 +00:00 INF] 20240816175945: Migration_20240816175945 [23.06.2025 08:11:49.447 +00:00 INF] 20240817174587: Migration_20240817174587 [23.06.2025 08:11:49.447 +00:00 INF] 20240822233401: Migration_20240822233401 [23.06.2025 08:11:49.447 +00:00 INF] 20240903132456: Migration_20240903132456 [23.06.2025 08:11:49.448 +00:00 INF] 20240903164034: Migration_20240903164034 [23.06.2025 08:11:49.448 +00:00 INF] 20240908142505: Migration_20240908142505 [23.06.2025 08:11:49.449 +00:00 INF] 20240924104345: Migration_20240924104345 [23.06.2025 08:11:49.449 +00:00 INF] 20240926102006: Migration_20240926102006 [23.06.2025 08:11:49.454 +00:00 INF] 20240929152890: Migration_20240929152890 [23.06.2025 08:11:49.454 +00:00 INF] 20240929154431: Migration_20240929154431 [23.06.2025 08:11:49.455 +00:00 INF] 20240929172067: Migration_20240929172067 [23.06.2025 08:11:49.455 +00:00 INF] 20240930165689: Migration_20240930165689 [23.06.2025 08:11:49.456 +00:00 INF] 20241003130612: Migration_20241003130612 [23.06.2025 08:11:49.456 +00:00 INF] 20241003184355: Migration_20241003184355 [23.06.2025 08:11:49.457 +00:00 INF] 20241022141756: _20241022141756_AddFullTextIndexToProductName [23.06.2025 08:11:49.457 +00:00 INF] 20241029150001: _20241029150001_AddForeignKeyForCourierIdInOfferTable [23.06.2025 08:11:49.457 +00:00 INF] 20241115134698: _20241115134698_AddCourierDeliveryCodeToOffers [23.06.2025 08:11:49.458 +00:00 INF] 20241116171145: _20241116171145_AddGeneralNameColumnToOrdersTable [23.06.2025 08:11:49.458 +00:00 INF] 20241118180303: _20241118180303_AddOfferIdAndOrderIdToRatings [23.06.2025 08:11:49.458 +00:00 INF] 20241204234532: _20241204234532_AlterStoredProcedure_Order_GetAllByStatus [23.06.2025 08:11:49.459 +00:00 INF] 20241220210487: _20241220210487_AddOrderGeneralNamesTable [23.06.2025 08:11:49.459 +00:00 INF] 20242403195365: Migration_20242403195365 [23.06.2025 08:11:49.460 +00:00 INF] 20242403210101: Migration_20242403210101 [23.06.2025 08:11:49.460 +00:00 INF] 20250104201087: _20250104201087_Alter_SP_CatImageUrl_Order_GetAllByStatus [23.06.2025 08:11:49.460 +00:00 INF] 20250108234897: _20250108234897_CreateTipsTable [23.06.2025 08:11:49.461 +00:00 INF] 20250112182409: _20250112182409_Alter_SP_ADD_STATUS_FILTER_GetAllByStatus [23.06.2025 08:11:49.461 +00:00 INF] 20250112183454: _20250112183454_CreateCallToActionTable [23.06.2025 08:11:49.464 +00:00 INF] 20250113111365: _20250113111365_Create_SP_GetAll_Completed [23.06.2025 08:11:49.465 +00:00 INF] 20250506160002: _20250506160002_UpdateOrderGetAllByStatusSP [23.06.2025 08:11:49.465 +00:00 INF] 202403091170645: Migration_202403091170645 [23.06.2025 08:11:49.465 +00:00 INF] 202404032111114: Migration_20240403211111 [23.06.2025 08:11:49.466 +00:00 INF] 2024032122165643: Migration_2024032122165643 [23.06.2025 08:11:49.466 +00:00 INF] 2024040820368776: Migration_2024040820368776 [23.06.2025 08:11:49.467 +00:00 INF] 2024042112358764: Migration_2024042112358764 [23.06.2025 08:11:49.467 +00:00 INF] 2024110406487223: Migration_2024110406487223 [23.06.2025 08:11:49.467 +00:00 INF] 2025052015112335: _2025052015112335_UpdateOrderGetAllByStatusSP [23.06.2025 08:11:49.468 +00:00 WRN] 2025062115157881: _2025062115157881_UpdateOrderGetAllByStatusSP (current) [23.06.2025 08:11:51.156 +00:00 INF] 0HNDI5MDOLV30:00000001 /robots933456.txt called [23.06.2025 08:11:51.914 +00:00 INF] 0HNDI5MDOLV31:00000001 /robots933456.txt called [23.06.2025 08:11:52.917 +00:00 INF] 0HNDI5MDOLV32:00000001 /robots933456.txt called [23.06.2025 08:11:53.921 +00:00 INF] 0HNDI5MDOLV33:00000001 /robots933456.txt called [23.06.2025 10:25:30.401 +00:00 INF] 0HNDI5MDOLV3D:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 10:25:30.401 +00:00 INF] 0HNDI5MDOLV3E:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 10:25:31.514 +00:00 INF] 0HNDI5MDOLV3D:00000002 /api/Order/GetAllByStatus called [23.06.2025 12:53:14.517 +00:00 INF] 0HNDI5MDOLV3F:00000001 / called [23.06.2025 12:53:15.716 +00:00 INF] 0HNDI5MDOLV3F:00000002 /Images/ called [23.06.2025 12:53:16.285 +00:00 INF] 0HNDI5MDOLV3F:00000003 /invoices/ called [23.06.2025 12:53:16.666 +00:00 INF] 0HNDI5MDOLV3F:00000004 /Logs/ called [23.06.2025 12:53:17.448 +00:00 INF] 0HNDI5MDOLV3F:00000005 /Resources/ called [23.06.2025 13:36:00.128 +00:00 INF] 0HNDI5MDOLV3H:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 13:36:00.128 +00:00 INF] 0HNDI5MDOLV3G:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 13:36:01.178 +00:00 INF] 0HNDI5MDOLV3H:00000002 /api/Order/GetAllByStatus called [23.06.2025 17:20:59.380 +00:00 INF] 0HNDI5MDOLV3I:00000001 /.git/config called [23.06.2025 17:50:04.263 +00:00 INF] 0HNDI5MDOLV3J:00000001 / called [23.06.2025 17:50:04.305 +00:00 INF] 0HNDI5MDOLV3K:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 17:50:04.324 +00:00 INF] 0HNDI5MDOLV3L:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 17:50:04.675 +00:00 INF] 0HNDI5MDOLV3L:00000002 /api/Order/GetAllByStatus called [23.06.2025 17:50:04.700 +00:00 INF] 0HNDI5MDOLV3K:00000002 /wp-includes/wlwmanifest.xml called [23.06.2025 17:50:05.103 +00:00 INF] 0HNDI5MDOLV3K:00000003 /xmlrpc.php called [23.06.2025 17:50:05.506 +00:00 INF] 0HNDI5MDOLV3K:00000004 / called [23.06.2025 17:50:05.786 +00:00 INF] 0HNDI5MDOLV3K:00000005 /api/ProductCategory/GetHierarchy called [23.06.2025 17:50:05.928 +00:00 INF] 0HNDI5MDOLV3L:00000003 /blog/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:06.039 +00:00 INF] 0HNDI5MDOLV3K:00000006 /api/Order/GetAllByStatus called [23.06.2025 17:50:06.328 +00:00 INF] 0HNDI5MDOLV3K:00000007 /web/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:06.512 +00:00 INF] 0HNDI5MDOLV3L:00000004 /api/ProductCategory/GetHierarchy called [23.06.2025 17:50:06.513 +00:00 INF] 0HNDI5MDOLV3J:00000002 /api/SiteSetting/GetByNameAsync called [23.06.2025 17:50:06.733 +00:00 INF] 0HNDI5MDOLV3J:00000003 /wordpress/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:06.776 +00:00 INF] 0HNDI5MDOLV3L:00000005 /api/Order/GetAllByStatus called [23.06.2025 17:50:07.137 +00:00 INF] 0HNDI5MDOLV3L:00000006 /website/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:07.546 +00:00 INF] 0HNDI5MDOLV3L:00000007 /wp/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:07.947 +00:00 INF] 0HNDI5MDOLV3L:00000008 /news/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:08.348 +00:00 INF] 0HNDI5MDOLV3L:00000009 /2020/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:08.756 +00:00 INF] 0HNDI5MDOLV3L:0000000A /2019/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:09.157 +00:00 INF] 0HNDI5MDOLV3L:0000000B /shop/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:09.557 +00:00 INF] 0HNDI5MDOLV3L:0000000C /wp1/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:09.967 +00:00 INF] 0HNDI5MDOLV3L:0000000D /test/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:10.408 +00:00 INF] 0HNDI5MDOLV3L:0000000E /wp2/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:10.814 +00:00 INF] 0HNDI5MDOLV3L:0000000F /site/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:11.214 +00:00 INF] 0HNDI5MDOLV3L:00000010 /cms/wp-includes/wlwmanifest.xml called [23.06.2025 17:50:11.614 +00:00 INF] 0HNDI5MDOLV3L:00000011 /sito/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:08.705 +00:00 INF] 0HNDI5MDOLV3L:00000012 / called [23.06.2025 17:51:09.105 +00:00 INF] 0HNDI5MDOLV3L:00000013 /wp-includes/wlwmanifest.xml called [23.06.2025 17:51:09.261 +00:00 INF] 0HNDI5MDOLV3M:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 17:51:09.277 +00:00 INF] 0HNDI5MDOLV3N:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 17:51:09.505 +00:00 INF] 0HNDI5MDOLV3N:00000002 /xmlrpc.php called [23.06.2025 17:51:09.527 +00:00 INF] 0HNDI5MDOLV3M:00000002 /api/Order/GetAllByStatus called [23.06.2025 17:51:09.906 +00:00 INF] 0HNDI5MDOLV3M:00000003 / called [23.06.2025 17:51:10.314 +00:00 INF] 0HNDI5MDOLV3M:00000004 /blog/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:10.606 +00:00 INF] 0HNDI5MDOLV3M:00000005 /api/ProductCategory/GetHierarchy called [23.06.2025 17:51:10.713 +00:00 INF] 0HNDI5MDOLV3N:00000003 /web/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:10.836 +00:00 INF] 0HNDI5MDOLV3M:00000006 /api/Order/GetAllByStatus called [23.06.2025 17:51:11.111 +00:00 INF] 0HNDI5MDOLV3M:00000007 /wordpress/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:11.283 +00:00 INF] 0HNDI5MDOLV3N:00000004 /api/ProductCategory/GetHierarchy called [23.06.2025 17:51:11.284 +00:00 INF] 0HNDI5MDOLV3L:00000014 /api/SiteSetting/GetByNameAsync called [23.06.2025 17:51:11.511 +00:00 INF] 0HNDI5MDOLV3L:00000015 /website/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:11.617 +00:00 INF] 0HNDI5MDOLV3N:00000005 /api/Order/GetAllByStatus called [23.06.2025 17:51:11.913 +00:00 INF] 0HNDI5MDOLV3N:00000006 /wp/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:12.334 +00:00 INF] 0HNDI5MDOLV3N:00000007 /news/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:12.746 +00:00 INF] 0HNDI5MDOLV3N:00000008 /2020/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:13.157 +00:00 INF] 0HNDI5MDOLV3N:00000009 /2019/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:13.555 +00:00 INF] 0HNDI5MDOLV3N:0000000A /shop/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:13.974 +00:00 INF] 0HNDI5MDOLV3N:0000000B /wp1/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:14.385 +00:00 INF] 0HNDI5MDOLV3N:0000000C /test/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:14.785 +00:00 INF] 0HNDI5MDOLV3N:0000000D /wp2/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:15.183 +00:00 INF] 0HNDI5MDOLV3N:0000000E /site/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:15.582 +00:00 INF] 0HNDI5MDOLV3N:0000000F /cms/wp-includes/wlwmanifest.xml called [23.06.2025 17:51:15.981 +00:00 INF] 0HNDI5MDOLV3N:00000010 /sito/wp-includes/wlwmanifest.xml called [23.06.2025 20:15:09.155 +00:00 INF] 0HNDI5MDOLV3O:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 20:15:09.190 +00:00 INF] 0HNDI5MDOLV3P:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 20:15:09.901 +00:00 INF] 0HNDI5MDOLV3P:00000002 /api/Order/GetAllByStatus called [23.06.2025 20:15:11.735 +00:00 INF] 0HNDI5MDOLV3P:00000004 /api/Account/GetUserData called [23.06.2025 20:15:13.072 +00:00 INF] 0HNDI5MDOLV3P:00000009 /api/ProductCategory/populars/0/3 called [23.06.2025 20:15:13.073 +00:00 INF] 0HNDI5MDOLV3O:00000002 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 20:15:13.289 +00:00 INF] 0HNDI5MDOLV3Q:00000001 /api/UserCoupon/getForCurrentUser called [23.06.2025 20:15:13.308 +00:00 INF] 0HNDI5MDOLV3R:00000001 /api/SiteSetting/GetEnumValues called [23.06.2025 20:15:32.898 +00:00 INF] 0HNDI5MDOLV3Q:00000003 /api/Offer/GetCountByStatusForUser called [23.06.2025 20:15:32.923 +00:00 INF] 0HNDI5MDOLV3R:00000002 /api/Account/GetUserData called [23.06.2025 20:15:32.941 +00:00 INF] 0HNDI5MDOLV3P:0000000A /api/Order/GetCountByStatusForUser called [23.06.2025 20:15:32.952 +00:00 INF] 0HNDI5MDOLV3O:00000003 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 20:15:33.252 +00:00 INF] 0HNDI5MDOLV3P:0000000B /api/UserCoupon/getForCurrentUser called [23.06.2025 20:15:33.497 +00:00 INF] 0HNDI5MDOLV3P:0000000C /api/Order/GetOrdersByUserIdPagination called [23.06.2025 20:15:34.106 +00:00 INF] 0HNDI5MDOLV3P:0000000D /api/ProductCategory/GetHierarchy called [23.06.2025 20:15:34.109 +00:00 INF] 0HNDI5MDOLV3R:00000003 /api/UserAddress/GetByUserId called [23.06.2025 20:16:02.438 +00:00 INF] 0HNDI5MDOLV3R:00000005 /api/Product/GetAllByName/%20Kekoa%20for%20Pro%202nd%20Generation%20Case called [23.06.2025 20:16:03.387 +00:00 INF] 0HNDI5MDOLV3R:00000006 /api/Product/GetAllByName/%20Kekoa%20for%20Pro%202nd%20Generation%20Case called [23.06.2025 20:16:58.453 +00:00 INF] 0HNDI5MDOLV3R:00000008 /api/Order called [23.06.2025 20:17:03.345 +00:00 INF] 0HNDI5MDOLV3R:00000008 Order #1326 Created [23.06.2025 20:17:03.606 +00:00 INF] 0HNDI5MDOLV3R:00000008 Start processing HTTP request POST https://hooks.slack.com/services/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 [23.06.2025 20:17:03.609 +00:00 INF] 0HNDI5MDOLV3R:00000008 Sending HTTP request POST https://hooks.slack.com/services/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 [23.06.2025 20:17:04.005 +00:00 INF] 0HNDI5MDOLV3R:00000008 Received HTTP response headers after 392.5621ms - 200 [23.06.2025 20:17:04.016 +00:00 INF] 0HNDI5MDOLV3R:00000008 End processing HTTP request after 411.2391ms - 200 [23.06.2025 20:17:04.024 +00:00 INF] 0HNDI5MDOLV3R:00000008 Start processing HTTP request GET https://admin-api.dev.findin.az/api/Notification/refresh/AdminOrders [23.06.2025 20:17:04.024 +00:00 INF] 0HNDI5MDOLV3R:00000008 Sending HTTP request GET https://admin-api.dev.findin.az/api/Notification/refresh/AdminOrders [23.06.2025 20:17:04.069 +00:00 INF] 0HNDI5MDOLV3R:00000008 Received HTTP response headers after 44.2381ms - 200 [23.06.2025 20:17:04.075 +00:00 INF] 0HNDI5MDOLV3R:00000008 End processing HTTP request after 51.0178ms - 200 [23.06.2025 20:17:04.940 +00:00 INF] 0HNDI5MDOLV3R:00000009 /api/Order/GetOrdersByUserIdPagination called [23.06.2025 20:17:28.695 +00:00 INF] 0HNDI5MDOLV3R:0000000A /api/Order/GetAllByStatus called [23.06.2025 20:17:28.716 +00:00 INF] 0HNDI5MDOLV3T:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 20:17:28.933 +00:00 INF] 0HNDI5MDOLV3T:00000002 /api/SiteSetting/GetByNameAsync called [23.06.2025 20:17:29.907 +00:00 INF] 0HNDI5MDOLV3T:00000004 /api/Account/GetUserData called [23.06.2025 20:17:31.309 +00:00 INF] 0HNDI5MDOLV3T:00000008 /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 20:17:31.600 +00:00 INF] 0HNDI5MDOLV3R:0000000B /api/UserCoupon/getForCurrentUser called [23.06.2025 20:17:31.602 +00:00 INF] 0HNDI5MDOLV3U:00000001 /api/SiteSetting/GetEnumValues called [23.06.2025 20:17:32.465 +00:00 INF] 0HNDI5MDOLV3R:0000000C /api/Order/GetAllByStatus called [23.06.2025 20:17:32.465 +00:00 INF] 0HNDI5MDOLV3U:00000002 /api/ProductCategory/GetHierarchy called [23.06.2025 20:17:32.465 +00:00 INF] 0HNDI5MDOLV3T:00000009 /api/SiteSetting/GetByNameAsync called [23.06.2025 20:17:33.338 +00:00 INF] 0HNDI5MDOLV3T:0000000A /api/Account/GetUserData called [23.06.2025 20:17:33.853 +00:00 INF] 0HNDI5MDOLV3T:0000000B /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 20:17:33.855 +00:00 INF] 0HNDI5MDOLV3R:0000000D /api/SiteSetting/GetEnumValues called [23.06.2025 20:17:33.860 +00:00 INF] 0HNDI5MDOLV3U:00000003 /api/UserCoupon/getForCurrentUser called [23.06.2025 20:17:36.684 +00:00 INF] 0HNDI5MDOLV3U:00000004 /api/Order/GetAllByStatus called [23.06.2025 20:17:39.415 +00:00 INF] 0HNDI5MDOLV3U:00000005 /api/Order/GetAllByStatus called [23.06.2025 20:17:47.440 +00:00 INF] 0HNDI5MDOLV3U:00000006 /api/Order/GetAllByStatus called [23.06.2025 20:17:53.996 +00:00 INF] 0HNDI5MDOLV3U:00000007 /api/Notification/ReceivedNotification/39de1dbb-131d-43da-8112-09115e963cdf called [23.06.2025 20:17:54.194 +00:00 INF] 0HNDI5MDOLV3U:00000007 ReceivedNotification - userId: 39de1dbb-131d-43da-8112-09115e963cdf [23.06.2025 20:17:54.388 +00:00 INF] 0HNDI5MDOLV3U:00000007 userId: 39de1dbb-131d-43da-8112-09115e963cdf, connectionId: MTfcZzm6cWhSbFM9_Wcyrw [23.06.2025 20:17:54.581 +00:00 INF] 0HNDI5MDOLV3U:00000007 userId: 39de1dbb-131d-43da-8112-09115e963cdf, connectionId: 3eUIXOX4uJ9c4gipYDc_XQ [23.06.2025 20:17:55.087 +00:00 INF] 0HNDI5MDOLV3U:0000000A /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 20:17:55.542 +00:00 INF] 0HNDI5MDOLV3U:0000000B /api/Notification/GetAllByToUserId/0/8 called [23.06.2025 20:19:03.883 +00:00 INF] 0HNDI5MDOLV3U:0000000C /api/Order/GetAllByStatus called [23.06.2025 20:19:27.089 +00:00 INF] 0HNDI5MDOLV3U:0000000D /api/Order/GetAllByStatus called [23.06.2025 20:19:32.529 +00:00 INF] 0HNDI5MDOLV3U:0000000E /api/Order/GetAllByStatus called [23.06.2025 20:19:33.470 +00:00 INF] 0HNDI5MDOLV3U:0000000F /api/Order/GetAllByStatus called [23.06.2025 20:28:46.037 +00:00 INF] 0HNDI5MDOLV46:00000001 / called [23.06.2025 20:28:47.364 +00:00 INF] 0HNDI5MDOLV46:00000002 /kcfinder/upload.php called [23.06.2025 20:28:49.319 +00:00 INF] 0HNDI5MDOLV46:00000003 /asset/kcfinder/upload.php called [23.06.2025 20:28:50.904 +00:00 INF] 0HNDI5MDOLV46:00000004 /assets/kcfinder/upload.php called [23.06.2025 20:28:52.627 +00:00 INF] 0HNDI5MDOLV46:00000005 /js/kcfinder/upload.php called [23.06.2025 20:28:54.526 +00:00 INF] 0HNDI5MDOLV46:00000006 /assets/js/kcfinder/upload.php called [23.06.2025 20:28:56.414 +00:00 INF] 0HNDI5MDOLV46:00000007 /assets/plugins/kcfinder/upload.php called [23.06.2025 20:28:58.221 +00:00 INF] 0HNDI5MDOLV46:00000008 /plugins/kcfinder/upload.php called [23.06.2025 20:28:59.746 +00:00 INF] 0HNDI5MDOLV46:00000009 /filemanager/dialog.php called [23.06.2025 20:29:01.107 +00:00 INF] 0HNDI5MDOLV46:0000000A /assets/filemanager/dialog.php called [23.06.2025 20:29:02.827 +00:00 INF] 0HNDI5MDOLV46:0000000B /assets/plugins/filemanager/dialog.php called [23.06.2025 20:29:04.629 +00:00 INF] 0HNDI5MDOLV46:0000000C /phpformbuilder/plugins/filemanager/dialog.php called [23.06.2025 20:29:06.428 +00:00 INF] 0HNDI5MDOLV46:0000000D /assets/tinymce/plugins/filemanager/dialog.php called [23.06.2025 20:29:08.308 +00:00 INF] 0HNDI5MDOLV46:0000000E /scripts/filemanager/dialog.php called [23.06.2025 20:29:09.979 +00:00 INF] 0HNDI5MDOLV46:0000000F /admin/filemanager/dialog.php called [23.06.2025 20:29:11.667 +00:00 INF] 0HNDI5MDOLV46:00000010 /assets/scripts/filemanager/dialog.php called [23.06.2025 20:29:13.608 +00:00 INF] 0HNDI5MDOLV46:00000011 /assets/admin/tinymce/plugins/filemanager/dialog.php called [23.06.2025 20:29:15.121 +00:00 INF] 0HNDI5MDOLV46:00000012 /js/tinymce4/plugins/filemanager/dialog.php called [23.06.2025 20:29:17.401 +00:00 INF] 0HNDI5MDOLV46:00000013 /tinymce/filemanager/dialog.php called [23.06.2025 20:29:19.030 +00:00 INF] 0HNDI5MDOLV46:00000014 /filemanager/filemanager/dialog.php called [23.06.2025 20:29:20.910 +00:00 INF] 0HNDI5MDOLV46:00000015 /assets/admin/js/tinymce/plugins/filemanager/dialog.php called [23.06.2025 20:29:22.861 +00:00 INF] 0HNDI5MDOLV46:00000016 /tinymce/plugins/filemanager/dialog.php called [23.06.2025 20:29:24.500 +00:00 INF] 0HNDI5MDOLV46:00000017 /.env called [23.06.2025 20:29:26.814 +00:00 INF] 0HNDI5MDOLV46:00000018 /assets/jquery-file-upload/server/php/ called [23.06.2025 20:29:28.320 +00:00 INF] 0HNDI5MDOLV46:00000019 /assets/backend/plugins/jquery-file-upload/server/php/ called [23.06.2025 20:29:30.055 +00:00 INF] 0HNDI5MDOLV46:0000001A /plugins/jquery-file-upload/server/php/ called [23.06.2025 20:29:32.152 +00:00 INF] 0HNDI5MDOLV46:0000001B /assets/libs/jquery-file-upload/server/php/ called [23.06.2025 20:29:34.739 +00:00 INF] 0HNDI5MDOLV46:0000001C /assets/lib/jquery-file-upload/server/php/ called [23.06.2025 20:29:36.411 +00:00 INF] 0HNDI5MDOLV46:0000001D /lib/jquery-file-upload/server/php/ called [23.06.2025 20:29:38.652 +00:00 INF] 0HNDI5MDOLV46:0000001E /js/jquery-file-upload/server/php/ called [23.06.2025 20:29:40.547 +00:00 INF] 0HNDI5MDOLV46:0000001F /assets/plugins/jquery-file-upload/server/php/ called [23.06.2025 20:29:42.303 +00:00 INF] 0HNDI5MDOLV46:00000020 /assets/global/plugins/jquery-file-upload/server/php/ called [23.06.2025 20:29:44.649 +00:00 INF] 0HNDI5MDOLV46:00000021 /resources/global/plugins/jquery-file-upload/server/php/ called [23.06.2025 20:29:46.860 +00:00 INF] 0HNDI5MDOLV46:00000022 /app/webroot/global/plugins/jquery-file-upload/server/php/ called [23.06.2025 20:29:48.780 +00:00 INF] 0HNDI5MDOLV46:00000023 /assets/themes/metronic/global/jquery-file-upload/server/php/ called [23.06.2025 20:29:50.977 +00:00 INF] 0HNDI5MDOLV46:00000024 /metronic/assets/global/plugins/jquery-file-upload/server/php/ called [23.06.2025 20:29:53.166 +00:00 INF] 0HNDI5MDOLV46:00000025 /coloradmin/assets/plugins/jquery-file-upload/server/php/ called [23.06.2025 20:29:54.822 +00:00 INF] 0HNDI5MDOLV46:00000026 /assets/color_admin/plugins/jquery-file-upload/server/php/ called [23.06.2025 20:29:56.811 +00:00 INF] 0HNDI5MDOLV46:00000027 /assets/vendor_admin/plugins/jquery-file-upload/server/php/ called [23.06.2025 20:29:58.666 +00:00 INF] 0HNDI5MDOLV46:00000028 /public/javascript/jquery.upload/server/php/ called [23.06.2025 20:30:00.939 +00:00 INF] 0HNDI5MDOLV46:00000029 /media/mediamgr/other/jq_fileupload/server/php/ called [23.06.2025 20:30:03.851 +00:00 INF] 0HNDI5MDOLV46:0000002A /formcraft/file-upload/server/php/ called [23.06.2025 20:30:06.190 +00:00 INF] 0HNDI5MDOLV46:0000002B /coaster/jquery/gallery-upload/server/php/ called [23.06.2025 20:30:08.707 +00:00 INF] 0HNDI5MDOLV46:0000002C /assets/plugins/jquery.filer/php/readme.txt called [23.06.2025 20:30:11.124 +00:00 INF] 0HNDI5MDOLV46:0000002D /assets/vendor/jquery.filer/php/readme.txt called [23.06.2025 20:30:12.986 +00:00 INF] 0HNDI5MDOLV46:0000002E /plugins/jquery.filer/php/readme.txt called [23.06.2025 20:30:15.069 +00:00 INF] 0HNDI5MDOLV46:0000002F /assets/admin/bower_components/jquery.filer/php/readme.txt called [23.06.2025 20:30:16.836 +00:00 INF] 0HNDI5MDOLV46:00000030 /jquery.filer/php/readme.txt called [23.06.2025 20:30:18.345 +00:00 INF] 0HNDI5MDOLV46:00000031 /wp called [23.06.2025 20:30:20.566 +00:00 INF] 0HNDI5MDOLV46:00000032 /wordpress called [23.06.2025 20:30:22.350 +00:00 INF] 0HNDI5MDOLV46:00000033 /blog called [23.06.2025 20:30:24.013 +00:00 INF] 0HNDI5MDOLV46:00000034 /demo called [23.06.2025 20:30:25.684 +00:00 INF] 0HNDI5MDOLV46:00000035 /new called [23.06.2025 20:30:27.459 +00:00 INF] 0HNDI5MDOLV46:00000036 / called [23.06.2025 20:30:29.677 +00:00 INF] 0HNDI5MDOLV46:00000037 /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php called [23.06.2025 20:30:31.718 +00:00 INF] 0HNDI5MDOLV46:00000038 /vendor/laravel-filemanager/js/script.js called [23.06.2025 20:30:33.339 +00:00 INF] 0HNDI5MDOLV46:00000039 /public/vendor/laravel-filemanager/js/script.js called [23.06.2025 20:30:35.322 +00:00 INF] 0HNDI5MDOLV46:0000003A / called [23.06.2025 20:30:36.970 +00:00 INF] 0HNDI5MDOLV46:0000003B /_ignition/execute-solution called [23.06.2025 20:30:39.063 +00:00 INF] 0HNDI5MDOLV46:0000003C /ALFA_DATA/alfacgiapi/perl.alfa called [23.06.2025 20:30:40.641 +00:00 INF] 0HNDI5MDOLV46:0000003D /alfacgiapi/perl.alfa called [23.06.2025 20:30:42.176 +00:00 INF] 0HNDI5MDOLV46:0000003E /.git/config called [23.06.2025 20:47:39.422 +00:00 INF] 0HNDI5MDOLV4E:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 20:47:39.442 +00:00 INF] 0HNDI5MDOLV4F:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 20:47:39.797 +00:00 INF] 0HNDI5MDOLV4E:00000002 /api/Order/GetAllByStatus called [23.06.2025 22:37:59.195 +00:00 INF] 0HNDI5MDOLV4K:00000001 /robots.txt called [23.06.2025 22:38:00.051 +00:00 INF] 0HNDI5MDOLV4K:00000002 /robots.txt called [23.06.2025 22:48:25.253 +00:00 INF] 0HNDI5MDOLV4L:00000001 / called [23.06.2025 22:48:25.353 +00:00 INF] 0HNDI5MDOLV4M:00000001 /api/SiteSetting/GetByNameAsync called [23.06.2025 22:48:25.383 +00:00 INF] 0HNDI5MDOLV4N:00000001 /api/ProductCategory/GetHierarchy called [23.06.2025 22:48:25.617 +00:00 INF] 0HNDI5MDOLV4N:00000002 /api/Order/GetAllByStatus called [23.06.2025 22:48:25.669 +00:00 INF] 0HNDI5MDOLV4M:00000002 /wp-includes/wlwmanifest.xml called [23.06.2025 22:48:26.079 +00:00 INF] 0HNDI5MDOLV4M:00000003 /xmlrpc.php called [23.06.2025 22:48:26.480 +00:00 INF] 0HNDI5MDOLV4M:00000004 / called [23.06.2025 22:48:26.841 +00:00 INF] 0HNDI5MDOLV4M:00000005 /api/ProductCategory/GetHierarchy called [23.06.2025 22:48:26.894 +00:00 INF] 0HNDI5MDOLV4N:00000003 /blog/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:27.072 +00:00 INF] 0HNDI5MDOLV4M:00000006 /api/Order/GetAllByStatus called [23.06.2025 22:48:27.292 +00:00 INF] 0HNDI5MDOLV4M:00000007 /web/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:27.518 +00:00 INF] 0HNDI5MDOLV4M:00000008 /api/ProductCategory/GetHierarchy called [23.06.2025 22:48:27.519 +00:00 INF] 0HNDI5MDOLV4N:00000004 /api/SiteSetting/GetByNameAsync called [23.06.2025 22:48:27.690 +00:00 INF] 0HNDI5MDOLV4L:00000002 /wordpress/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:27.760 +00:00 INF] 0HNDI5MDOLV4N:00000005 /api/Order/GetAllByStatus called [23.06.2025 22:48:28.103 +00:00 INF] 0HNDI5MDOLV4N:00000006 /website/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:28.521 +00:00 INF] 0HNDI5MDOLV4N:00000007 /wp/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:28.931 +00:00 INF] 0HNDI5MDOLV4N:00000008 /news/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:29.329 +00:00 INF] 0HNDI5MDOLV4N:00000009 /2020/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:29.727 +00:00 INF] 0HNDI5MDOLV4N:0000000A /2019/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:30.127 +00:00 INF] 0HNDI5MDOLV4N:0000000B /shop/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:30.530 +00:00 INF] 0HNDI5MDOLV4N:0000000C /wp1/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:30.926 +00:00 INF] 0HNDI5MDOLV4N:0000000D /test/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:31.326 +00:00 INF] 0HNDI5MDOLV4N:0000000E /wp2/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:31.723 +00:00 INF] 0HNDI5MDOLV4N:0000000F /site/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:32.121 +00:00 INF] 0HNDI5MDOLV4N:00000010 /cms/wp-includes/wlwmanifest.xml called [23.06.2025 22:48:32.520 +00:00 INF] 0HNDI5MDOLV4N:00000011 /sito/wp-includes/wlwmanifest.xml called [23.06.2025 23:34:57.699 +00:00 INF] 0HNDI5MDOLV4Q:00000001 / called [23.06.2025 23:34:58.090 +00:00 INF] 0HNDI5MDOLV4Q:00000002 /Images/ called [23.06.2025 23:34:58.652 +00:00 INF] 0HNDI5MDOLV4Q:00000003 /invoices/ called [23.06.2025 23:34:59.063 +00:00 INF] 0HNDI5MDOLV4Q:00000004 /Logs/ called [23.06.2025 23:34:59.815 +00:00 INF] 0HNDI5MDOLV4Q:00000005 /Resources/ called [23.06.2025 23:41:50.304 +00:00 INF] 0HNDI5MDOLV4R:00000001 / called