[11.04.2024 08:41:01.160 +00:00 INF] 0HN2PD8T34H06:00000002 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [11.04.2024 08:41:01.182 +00:00 INF] 0HN2PD8T34H06:00000002 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [11.04.2024 08:41:02.464 +00:00 INF] 0HN2PD8T34H06:00000002 Received HTTP response headers after 1282.1564ms - 200 [11.04.2024 08:41:02.465 +00:00 INF] 0HN2PD8T34H06:00000002 End processing HTTP request after 1306.5824ms - 200 [11.04.2024 08:48:41.027 +00:00 ERR] 0HN2PD8T34H0S:00000001 Api Error: 0HN2PD8T34H0S:00000001 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@id". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 475 at Repository.Cqrs.Queries.ChatMessageQuery.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatMessageQuery.cs:line 73 at Repository.Repositories.ChatMessageRepository.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 56 at Service.Services.ChatMessageService.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 62 at Api.Controllers.ChatMessageController.GetMessagesByChannelId(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 33 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:60eda0fb-da31-4ba6-9aa8-83a9fb2ff167 Error Number:137,State:2,Class:15 ClientConnectionId before routing:b57ae659-ea2a-44dc-b369-c7966cf1d1d5 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 08:50:05.981 +00:00 ERR] 0HN2PD8T34H10:00000001 Api Error: 0HN2PD8T34H10:00000001 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 System.Data.SqlClient.SqlDataReader.Read() at Dapper.SqlMapper.GridReader.ReadDeferred[T](Int32 index, Func`2 deserializer, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.GridReader.cs:line 406 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.ChatChannelQuery.GetAllPaginationAsync(Int32 offset, Int32 limit) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatChannelQuery.cs:line 65 at Repository.Repositories.ChatChannelRepository.GetAllPaginationAsync(Int32 offset, Int32 limit) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatChannelRepository.cs:line 39 at Service.Services.ChatChannelService.GetAllPaginationAsync(Int32 offset, Int32 limit) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatChannelService.cs:line 38 at Api.Controllers.ChatChannelController.GetAllAsync(Int32 offset, Int32 limit) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatChannelController.cs:line 25 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:60eda0fb-da31-4ba6-9aa8-83a9fb2ff167 Error Number:10744,State:1,Class:15 ClientConnectionId before routing:b57ae659-ea2a-44dc-b369-c7966cf1d1d5 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 08:51:50.497 +00:00 ERR] 0HN2PD8T34H16:00000003 Api Error: 0HN2PD8T34H16:00000003 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@id". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 475 at Repository.Cqrs.Queries.ChatMessageQuery.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatMessageQuery.cs:line 73 at Repository.Repositories.ChatMessageRepository.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 56 at Service.Services.ChatMessageService.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 62 at Api.Controllers.ChatMessageController.GetMessagesByChannelId(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 33 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:fc353c61-5675-4713-bbce-4c10c77db5fa Error Number:137,State:2,Class:15 ClientConnectionId before routing:7844a3b4-6c0a-4c51-8ad0-fe6f20a1d651 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 08:53:11.230 +00:00 ERR] 0HN2PD8T34H19:00000001 Api Error: 0HN2PD8T34H19:00000001 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@id". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 475 at Repository.Cqrs.Queries.ChatMessageQuery.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatMessageQuery.cs:line 73 at Repository.Repositories.ChatMessageRepository.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 56 at Service.Services.ChatMessageService.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 62 at Api.Controllers.ChatMessageController.GetMessagesByChannelId(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 33 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:fc353c61-5675-4713-bbce-4c10c77db5fa Error Number:137,State:2,Class:15 ClientConnectionId before routing:7844a3b4-6c0a-4c51-8ad0-fe6f20a1d651 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 08:53:38.202 +00:00 ERR] 0HN2PD8T34H1B:00000001 Api Error: 0HN2PD8T34H1B:00000001 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@id". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 475 at Repository.Cqrs.Queries.ChatMessageQuery.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatMessageQuery.cs:line 73 at Repository.Repositories.ChatMessageRepository.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 56 at Service.Services.ChatMessageService.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 62 at Api.Controllers.ChatMessageController.GetMessagesByChannelId(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 33 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:fc353c61-5675-4713-bbce-4c10c77db5fa Error Number:137,State:2,Class:15 ClientConnectionId before routing:7844a3b4-6c0a-4c51-8ad0-fe6f20a1d651 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 08:53:53.471 +00:00 ERR] 0HN2PD8T34H1D:00000001 Api Error: 0HN2PD8T34H1D:00000001 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@id". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 475 at Repository.Cqrs.Queries.ChatMessageQuery.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatMessageQuery.cs:line 73 at Repository.Repositories.ChatMessageRepository.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 56 at Service.Services.ChatMessageService.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 62 at Api.Controllers.ChatMessageController.GetMessagesByChannelId(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 33 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:fc353c61-5675-4713-bbce-4c10c77db5fa Error Number:137,State:2,Class:15 ClientConnectionId before routing:7844a3b4-6c0a-4c51-8ad0-fe6f20a1d651 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 08:58:49.506 +00:00 ERR] 0HN2PD8T34H1S:00000001 Api Error: 0HN2PD8T34H1S:00000001 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@id". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 475 at Repository.Cqrs.Queries.ChatMessageQuery.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatMessageQuery.cs:line 73 at Repository.Repositories.ChatMessageRepository.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 56 at Service.Services.ChatMessageService.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 62 at Api.Controllers.ChatMessageController.GetMessagesByChannelId(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 33 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:39ea1928-1acf-4848-af9f-8018b166760d Error Number:137,State:2,Class:15 ClientConnectionId before routing:629e48e4-c518-4e31-8dc2-a7ad93760111 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 09:07:55.570 +00:00 ERR] 0HN2PD8T34H2N:00000001 Api Error: 0HN2PD8T34H2N:00000001 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@id". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 475 at Repository.Cqrs.Queries.ChatMessageQuery.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatMessageQuery.cs:line 73 at Repository.Repositories.ChatMessageRepository.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 56 at Service.Services.ChatMessageService.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 62 at Api.Controllers.ChatMessageController.GetMessagesByChannelId(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 33 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:39ea1928-1acf-4848-af9f-8018b166760d Error Number:137,State:2,Class:15 ClientConnectionId before routing:629e48e4-c518-4e31-8dc2-a7ad93760111 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 09:10:10.052 +00:00 ERR] 0HN2PD8T34H2U:00000001 Api Error: 0HN2PD8T34H2U:00000001 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@id". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 475 at Repository.Cqrs.Queries.ChatMessageQuery.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatMessageQuery.cs:line 73 at Repository.Repositories.ChatMessageRepository.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 56 at Service.Services.ChatMessageService.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 62 at Api.Controllers.ChatMessageController.GetMessagesByChannelId(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 33 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:39ea1928-1acf-4848-af9f-8018b166760d Error Number:137,State:2,Class:15 ClientConnectionId before routing:629e48e4-c518-4e31-8dc2-a7ad93760111 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 09:10:49.360 +00:00 ERR] 0HN2PD8T34H30:00000001 Api Error: 0HN2PD8T34H30:00000001 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@id". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 475 at Repository.Cqrs.Queries.ChatMessageQuery.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatMessageQuery.cs:line 73 at Repository.Repositories.ChatMessageRepository.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 56 at Service.Services.ChatMessageService.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 62 at Api.Controllers.ChatMessageController.GetMessagesByChannelId(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 33 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:39ea1928-1acf-4848-af9f-8018b166760d Error Number:137,State:2,Class:15 ClientConnectionId before routing:629e48e4-c518-4e31-8dc2-a7ad93760111 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 09:30:05.773 +00:00 INF] 0HN2PD8T34H4Q:00000001 ReceivedNotification - userId: bd608238-bd60-4b53-b325-fb4b1a0b09dd [11.04.2024 09:30:09.353 +00:00 INF] 0HN2PD8T34H4S:00000001 ReceivedNotification - userId: d467b47f-6865-4550-a8ff-e3a1914c45d5 [11.04.2024 09:30:11.906 +00:00 INF] 0HN2PD8T34H4S:00000002 ReceivedNotification - userId: 8d9e6ec4-2883-4671-a208-02728c29fef3 [11.04.2024 12:09:55.346 +00:00 ERR] 0HN2PD8T34HJE:00000002 Api Error: 0HN2PD8T34HJE:00000002 System.Data.SqlClient.SqlException (0x80131904): The INSERT statement conflicted with the FOREIGN KEY constraint "FK__ChatChann__Offer__5F141958". The conflict occurred in database "MyGuide-dev", table "dbo.Offers", column 'Id'. at System.Data.SqlClient.SqlConnection.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 System.Data.SqlClient.SqlDataReader.<>c__DisplayClass190_0.b__1(Task t) at System.Data.SqlClient.SqlDataReader.InvokeRetryable[T](Func`2 moreFunc, TaskCompletionSource`1 source, IDisposable objectToDispose) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryRowAsync[T](IDbConnection cnn, Row row, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 494 at Repository.Cqrs.Commands.ChatChannelCommand.CreateAsync(ChatChannel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Commands/ChatChannelCommand.cs:line 48 at Repository.Repositories.ChatChannelRepository.CreateAsync(ChatChannel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatChannelRepository.cs:line 27 at Service.Services.ChatChannelService.CreateAsync(ChatChannel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatChannelService.cs:line 27 at Api.Controllers.ChatChannelController.Post(ChatChannel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatChannelController.cs:line 41 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:13781dfa-2bc4-4d62-ba7b-87c41016911a Error Number:547,State:0,Class:16 ClientConnectionId before routing:75a5fa5d-e9b9-41f3-995f-706698f4bffb Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 12:14:56.126 +00:00 ERR] 0HN2PD8T34HJT:00000001 Api Error: 0HN2PD8T34HJT:00000001 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@id". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 475 at Repository.Cqrs.Queries.ChatMessageQuery.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatMessageQuery.cs:line 73 at Repository.Repositories.ChatMessageRepository.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 56 at Service.Services.ChatMessageService.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 62 at Api.Controllers.ChatMessageController.GetMessagesByChannelId(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 33 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:99fd516c-947b-4853-9438-d04e99ae3f25 Error Number:137,State:2,Class:15 ClientConnectionId before routing:b9a9b97b-4b66-44dc-bca6-114a1bc9f97d Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 13:09:44.660 +00:00 ERR] 0HN2PD8T34HOF:00000001 Api Error: 0HN2PD8T34HOF:00000001 System.Data.SqlClient.SqlException (0x80131904): The INSERT statement conflicted with the FOREIGN KEY constraint "FK_ChatMessages_ChatChannels". The conflict occurred in database "MyGuide-dev", table "dbo.ChatChannels", column 'Id'. at System.Data.SqlClient.SqlConnection.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 System.Data.SqlClient.SqlDataReader.<>c__DisplayClass190_0.b__1(Task t) at System.Data.SqlClient.SqlDataReader.InvokeRetryable[T](Func`2 moreFunc, TaskCompletionSource`1 source, IDisposable objectToDispose) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryRowAsync[T](IDbConnection cnn, Row row, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 494 at Repository.Cqrs.Commands.ChatMessageCommand.CreateAsync(ChatMessageModel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Commands/ChatMessageCommand.cs:line 53 at Repository.Repositories.ChatMessageRepository.CreateAsync(ChatMessageModel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 27 at Service.Services.ChatMessageService.CreateAsync(ChatMessageModel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 28 at Api.Controllers.ChatMessageController.Post(ChatMessageModel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 42 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:4d3b2157-e410-49ae-a66a-5b711267f66a Error Number:547,State:0,Class:16 ClientConnectionId before routing:ad3ba30c-0478-416b-b422-4cc21a27bc04 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 13:15:33.276 +00:00 INF] 0HN2PD8T34HP9:00000010 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [11.04.2024 13:15:33.276 +00:00 INF] 0HN2PD8T34HP9:00000010 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [11.04.2024 13:15:34.561 +00:00 INF] 0HN2PD8T34HP9:00000010 Received HTTP response headers after 1284.6293ms - 200 [11.04.2024 13:15:34.563 +00:00 INF] 0HN2PD8T34HP9:00000010 End processing HTTP request after 1288.3472ms - 200 [11.04.2024 13:15:58.382 +00:00 INF] 0HN2PD8T34HPF:0000000B Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [11.04.2024 13:15:58.383 +00:00 INF] 0HN2PD8T34HPF:0000000B Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [11.04.2024 13:15:58.863 +00:00 INF] 0HN2PD8T34HPF:0000000B Received HTTP response headers after 479.5877ms - 200 [11.04.2024 13:15:58.863 +00:00 INF] 0HN2PD8T34HPF:0000000B End processing HTTP request after 481.2562ms - 200 [11.04.2024 14:36:16.837 +00:00 INF] 0HN2PD8T34HSN:00000004 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [11.04.2024 14:36:16.849 +00:00 INF] 0HN2PD8T34HSN:00000004 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [11.04.2024 14:36:17.128 +00:00 INF] 0HN2PD8T34HSN:00000004 Received HTTP response headers after 277.6769ms - 200 [11.04.2024 14:36:17.129 +00:00 INF] 0HN2PD8T34HSN:00000004 End processing HTTP request after 292.3176ms - 200 [11.04.2024 15:37:29.151 +00:00 INF] 0HN2PD8T34HVB:00000004 Order #948 Created [11.04.2024 15:38:06.032 +00:00 INF] 0HN2PD8T34HV9:0000000B Order #948 status changed to Updated [11.04.2024 15:38:07.807 +00:00 INF] 0HN2PD8T34HV9:0000000B Order #948 updated [11.04.2024 15:43:43.366 +00:00 INF] 0HN2PD8T34HVD:0000000A Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [11.04.2024 15:43:43.373 +00:00 INF] 0HN2PD8T34HVD:0000000A Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [11.04.2024 15:43:44.660 +00:00 INF] 0HN2PD8T34HVD:0000000A Received HTTP response headers after 1286.1052ms - 200 [11.04.2024 15:43:44.660 +00:00 INF] 0HN2PD8T34HVD:0000000A End processing HTTP request after 1294.4288ms - 200 [11.04.2024 15:44:55.841 +00:00 ERR] 0HN2PD8T34HVG:00000002 Api Error: 0HN2PD8T34HVG:00000002 System.Data.SqlClient.SqlException (0x80131904): The INSERT statement conflicted with the FOREIGN KEY constraint "FK_ChatMessages_ChatChannels". The conflict occurred in database "MyGuide-dev", table "dbo.ChatChannels", column 'Id'. at System.Data.SqlClient.SqlConnection.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 System.Data.SqlClient.SqlDataReader.<>c__DisplayClass190_0.b__1(Task t) at System.Data.SqlClient.SqlDataReader.InvokeRetryable[T](Func`2 moreFunc, TaskCompletionSource`1 source, IDisposable objectToDispose) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryRowAsync[T](IDbConnection cnn, Row row, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 494 at Repository.Cqrs.Commands.ChatMessageCommand.CreateAsync(ChatMessageModel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Commands/ChatMessageCommand.cs:line 53 at Repository.Repositories.ChatMessageRepository.CreateAsync(ChatMessageModel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 27 at Service.Services.ChatMessageService.CreateAsync(ChatMessageModel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 28 at Api.Controllers.ChatMessageController.Post(ChatMessageModel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 42 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:cda7279e-c38b-4b28-8571-1a2f4d48f0f5 Error Number:547,State:0,Class:16 ClientConnectionId before routing:a1907a3d-7fd5-4313-8195-b8eab2bbb18c Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 16:09:09.583 +00:00 INF] 0HN2PD8T34I27:00000001 Order #948 status changed to Updated [11.04.2024 16:09:11.289 +00:00 INF] 0HN2PD8T34I27:00000001 Order #948 updated [11.04.2024 16:09:39.243 +00:00 INF] 0HN2PD8T34I28:00000003 Order #948 status changed to Updated [11.04.2024 16:09:39.495 +00:00 ERR] 0HN2PD8T34I28:00000003 Api Error: 0HN2PD8T34I28:00000003 Azure.RequestFailedException: The specified blob does not exist. RequestId:154e3b10-b01e-0058-552a-8c3a38000000 Time:2024-04-11T16:09:39.4792611Z Status: 404 (The specified blob does not exist.) ErrorCode: BlobNotFound Content: BlobNotFoundThe specified blob does not exist. RequestId:154e3b10-b01e-0058-552a-8c3a38000000 Time:2024-04-11T16:09:39.4792611Z Headers: Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0 x-ms-request-id: 154e3b10-b01e-0058-552a-8c3a38000000 x-ms-client-request-id: 553d879a-64e7-45d5-aa2f-acdc565b1685 x-ms-version: 2023-01-03 x-ms-error-code: BlobNotFound Date: Thu, 11 Apr 2024 16:09:38 GMT Content-Length: 215 Content-Type: application/xml at Azure.Storage.Blobs.BlobRestClient.DeleteAsync(String snapshot, String versionId, Nullable`1 timeout, String leaseId, Nullable`1 deleteSnapshots, Nullable`1 ifModifiedSince, Nullable`1 ifUnmodifiedSince, String ifMatch, String ifNoneMatch, String ifTags, Nullable`1 blobDeleteType, CancellationToken cancellationToken) at Azure.Storage.Blobs.Specialized.BlobBaseClient.DeleteInternal(DeleteSnapshotsOption snapshotsOption, BlobRequestConditions conditions, Boolean async, CancellationToken cancellationToken, String operationName) at Azure.Storage.Blobs.Specialized.BlobBaseClient.DeleteAsync(DeleteSnapshotsOption snapshotsOption, BlobRequestConditions conditions, CancellationToken cancellationToken) at Service.Integrations.AzureBlobStorage.AzureBlobService.DeleteAsync(String fileName) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Integrations/AzureBlobStorage/AzureBlobService.cs:line 125 at Service.Services.OrderItemService.DeleteImageAsync(String url) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderItemService.cs:line 99 at Service.Services.OrderService.UpdateOrderItemFiles(Order model, OrderItem orderItem) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 266 at Service.Services.OrderService.UpdateOrderItems(Order model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 244 at Service.Services.OrderService.UpdateAsync(Order model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 213 at Service.Services.OrderService.UpdateAsync(Order model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/OrderService.cs:line 213 at Api.Controllers.OrderController.Put(Order model, CancellationToken token) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/OrderController.cs:line 105 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 [11.04.2024 16:09:45.448 +00:00 ERR] 0HN2PD8T34I28:00000004 Api Error: 0HN2PD8T34I28:00000004 System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@id". at System.Data.SqlClient.SqlCommand.<>c.b__126_0(Task`1 result) at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 475 at Repository.Cqrs.Queries.ChatMessageQuery.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Queries/ChatMessageQuery.cs:line 73 at Repository.Repositories.ChatMessageRepository.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/ChatMessageRepository.cs:line 56 at Service.Services.ChatMessageService.GetMessagesByChannelIdAsync(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/ChatMessageService.cs:line 62 at Api.Controllers.ChatMessageController.GetMessagesByChannelId(Guid channelId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/ChatMessageController.cs:line 33 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Logged|17_1(ResourceInvoker invoker) at Microsoft.AspNetCore.Routing.EndpointMiddleware.g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger) at Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware.InvokeAwaited(HttpContext httpContext, IReadOnlyList`1 policies) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.RateLimiting.RateLimitingMiddleware.InvokeInternal(HttpContext context, EnableRateLimitingAttribute enableRateLimitingAttribute) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Api.Infrastructure.Middlewares.ExceptionHandlerMiddleware.Invoke(HttpContext context, IAppLogger`1 logger) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Infrastructure/Middlewares/ExceptionHandlerMiddleware.cs:line 39 ClientConnectionId:d35115da-1df4-4a55-871e-255aa897ca17 Error Number:137,State:2,Class:15 ClientConnectionId before routing:15dc7155-b779-460e-bfb0-bf70e532e5f4 Routing Destination:b7619d71ef8d.tr806.uaenorth1-a.worker.database.windows.net,11032 [11.04.2024 16:33:26.020 +00:00 INF] 0HN2PD8T34I50:00000002 Order #949 Created [11.04.2024 16:34:55.545 +00:00 INF] 0HN2PD8T34I58:00000003 Order #950 Created [11.04.2024 16:36:36.811 +00:00 INF] 0HN2PD8T34I5K:00000002 Order #950 status changed to Updated [11.04.2024 16:36:38.556 +00:00 INF] 0HN2PD8T34I5K:00000002 Order #950 updated [11.04.2024 16:42:58.423 +00:00 INF] Migrations [11.04.2024 16:42:58.534 +00:00 INF] 20240229001: Migration_GetAllByStatus [11.04.2024 16:42:58.544 +00:00 INF] 20240229002: Migration_GetAll [11.04.2024 16:42:58.545 +00:00 INF] 20240229003: Migration_GetOrdersByUserId [11.04.2024 16:42:58.545 +00:00 INF] 20240105195988: Migration_20240105195988 [11.04.2024 16:42:58.545 +00:00 INF] 20240106150801: Migration_20240106150801 [11.04.2024 16:42:58.546 +00:00 INF] 20240222282856: Migration_20240222282856 [11.04.2024 16:42:58.546 +00:00 INF] 20240225185332: Migration_20240225185332 [11.04.2024 16:42:58.546 +00:00 INF] 20240226001548: Migration_20240226001548 [11.04.2024 16:42:58.546 +00:00 INF] 20240229112234: Migration_20240229112234 [11.04.2024 16:42:58.547 +00:00 INF] 20240404234500: Migration_20240404234500 [11.04.2024 16:42:58.547 +00:00 INF] 20240703175787: Migration_20240703175787 [11.04.2024 16:42:58.547 +00:00 INF] 20240903164034: Migration_20240903164034 [11.04.2024 16:42:58.548 +00:00 INF] 20241003130612: Migration_20241003130612 [11.04.2024 16:42:58.548 +00:00 INF] 20241003184355: Migration_20241003184355 [11.04.2024 16:42:58.548 +00:00 INF] 20242403195365: Migration_20242403195365 [11.04.2024 16:42:58.549 +00:00 INF] 20242403210101: Migration_20242403210101 [11.04.2024 16:42:58.549 +00:00 INF] 202403091170645: Migration_202403091170645 [11.04.2024 16:42:58.550 +00:00 INF] 202404032111114: Migration_20240403211111 [11.04.2024 16:42:58.550 +00:00 INF] 2024032122165643: Migration_2024032122165643 [11.04.2024 16:42:58.552 +00:00 WRN] 2024040820368776: Migration_2024040820368776 (current) [11.04.2024 16:44:07.368 +00:00 INF] 0HN2Q8PP6GGNK:00000001 Start processing HTTP request POST https://epoint.az/api/1/token/payment [11.04.2024 16:44:07.388 +00:00 INF] 0HN2Q8PP6GGNK:00000001 Sending HTTP request POST https://epoint.az/api/1/token/payment [11.04.2024 16:44:08.241 +00:00 INF] 0HN2Q8PP6GGNK:00000001 Received HTTP response headers after 843.3213ms - 403 [11.04.2024 16:44:08.251 +00:00 INF] 0HN2Q8PP6GGNK:00000001 End processing HTTP request after 893.5506ms - 403 [11.04.2024 16:44:08.821 +00:00 INF] 0HN2Q8PP6GGNJ:00000002 Order #951 Created [11.04.2024 16:44:43.988 +00:00 INF] 0HN2Q8PP6GGNM:00000003 Order #951 status changed to Updated [11.04.2024 16:44:45.810 +00:00 INF] 0HN2Q8PP6GGNM:00000003 Order #951 updated [11.04.2024 16:44:48.382 +00:00 INF] 0HN2Q8PP6GGNO:00000004 ReceivedNotification - userId: 63e1065a-06f9-4cbb-b3ac-0224dd0b033c [11.04.2024 16:49:13.264 +00:00 INF] 0HN2Q8PP6GGO4:00000007 Order #952 Created [11.04.2024 16:52:04.182 +00:00 INF] 0HN2Q8PP6GGO9:00000001 Bulk Order id:0dbedc5c-6130-455d-9e38-105ac4a9b0e9 Created [11.04.2024 16:52:07.670 +00:00 INF] 0HN2Q8PP6GGO9:00000004 Bulk Order id:4de000b6-9494-4ede-9d19-10940c168bde Created [11.04.2024 16:52:11.882 +00:00 INF] 0HN2Q8PP6GGOA:00000002 Bulk Order id:0aed8e61-39ba-4bbb-82ee-125a93765d9a Created [11.04.2024 16:52:15.094 +00:00 INF] 0HN2Q8PP6GGO9:00000007 Bulk Order id:f3331081-2df5-4664-b7fd-3548a394c286 Created [11.04.2024 16:52:44.553 +00:00 INF] 0HN2Q8PP6GGO9:0000000D Bulk Order id:25bcc8fd-82e1-4c78-b809-0cdcecc6ed98 Created [11.04.2024 16:52:48.015 +00:00 INF] 0HN2Q8PP6GGOB:00000004 Bulk Order id:87c15829-4ea0-42a8-bfc7-2e86d0f18181 Created [11.04.2024 16:52:51.015 +00:00 INF] 0HN2Q8PP6GGO9:00000010 Bulk Order id:51878e7b-eee8-4cdf-8338-3173b60ee583 Created [11.04.2024 16:52:54.937 +00:00 INF] 0HN2Q8PP6GGO9:00000012 Bulk Order id:8255db97-017c-42ed-836c-a9c5067ff717 Created [11.04.2024 16:52:58.637 +00:00 INF] 0HN2Q8PP6GGOB:00000008 Bulk Order id:69758776-5439-4eaf-98a3-d5a5ac28483b Created [11.04.2024 16:53:01.875 +00:00 INF] 0HN2Q8PP6GGOB:0000000A Bulk Order id:686c5cc2-90e2-400c-b272-d8dded1ae2d8 Created [11.04.2024 16:53:54.820 +00:00 INF] Migrations [11.04.2024 16:53:54.923 +00:00 INF] 20240229001: Migration_GetAllByStatus [11.04.2024 16:53:54.924 +00:00 INF] 20240229002: Migration_GetAll [11.04.2024 16:53:54.924 +00:00 INF] 20240229003: Migration_GetOrdersByUserId [11.04.2024 16:53:54.924 +00:00 INF] 20240105195988: Migration_20240105195988 [11.04.2024 16:53:54.925 +00:00 INF] 20240106150801: Migration_20240106150801 [11.04.2024 16:53:54.925 +00:00 INF] 20240222282856: Migration_20240222282856 [11.04.2024 16:53:54.925 +00:00 INF] 20240225185332: Migration_20240225185332 [11.04.2024 16:53:54.926 +00:00 INF] 20240226001548: Migration_20240226001548 [11.04.2024 16:53:54.926 +00:00 INF] 20240229112234: Migration_20240229112234 [11.04.2024 16:53:54.926 +00:00 INF] 20240404234500: Migration_20240404234500 [11.04.2024 16:53:54.932 +00:00 INF] 20240703175787: Migration_20240703175787 [11.04.2024 16:53:54.932 +00:00 INF] 20240903164034: Migration_20240903164034 [11.04.2024 16:53:54.933 +00:00 INF] 20241003130612: Migration_20241003130612 [11.04.2024 16:53:54.933 +00:00 INF] 20241003184355: Migration_20241003184355 [11.04.2024 16:53:54.933 +00:00 INF] 20242403195365: Migration_20242403195365 [11.04.2024 16:53:54.934 +00:00 INF] 20242403210101: Migration_20242403210101 [11.04.2024 16:53:54.934 +00:00 INF] 202403091170645: Migration_202403091170645 [11.04.2024 16:53:54.934 +00:00 INF] 202404032111114: Migration_20240403211111 [11.04.2024 16:53:54.941 +00:00 INF] 2024032122165643: Migration_2024032122165643 [11.04.2024 16:53:54.942 +00:00 WRN] 2024040820368776: Migration_2024040820368776 (current) [11.04.2024 16:55:02.288 +00:00 INF] 0HN2Q8VSUDK7G:00000002 Order #953 Created [11.04.2024 16:57:03.728 +00:00 INF] 0HN2Q8VSUDK7L:00000003 Order #954 Created [11.04.2024 18:21:13.072 +00:00 INF] 0HN2Q8VSUDKIJ:00000001 Start processing HTTP request POST https://epoint.az/api/1/token/payment [11.04.2024 18:21:13.100 +00:00 INF] 0HN2Q8VSUDKIJ:00000001 Sending HTTP request POST https://epoint.az/api/1/token/payment [11.04.2024 18:21:14.091 +00:00 INF] 0HN2Q8VSUDKIJ:00000001 Received HTTP response headers after 988.4317ms - 403 [11.04.2024 18:21:14.109 +00:00 INF] 0HN2Q8VSUDKIJ:00000001 End processing HTTP request after 1059.7882ms - 403 [11.04.2024 18:27:56.061 +00:00 INF] Migrations [11.04.2024 18:27:56.279 +00:00 INF] 20240229001: Migration_GetAllByStatus [11.04.2024 18:27:56.280 +00:00 INF] 20240229002: Migration_GetAll [11.04.2024 18:27:56.280 +00:00 INF] 20240229003: Migration_GetOrdersByUserId [11.04.2024 18:27:56.281 +00:00 INF] 20240105195988: Migration_20240105195988 [11.04.2024 18:27:56.281 +00:00 INF] 20240106150801: Migration_20240106150801 [11.04.2024 18:27:56.281 +00:00 INF] 20240222282856: Migration_20240222282856 [11.04.2024 18:27:56.281 +00:00 INF] 20240225185332: Migration_20240225185332 [11.04.2024 18:27:56.282 +00:00 INF] 20240226001548: Migration_20240226001548 [11.04.2024 18:27:56.282 +00:00 INF] 20240229112234: Migration_20240229112234 [11.04.2024 18:27:56.282 +00:00 INF] 20240404234500: Migration_20240404234500 [11.04.2024 18:27:56.285 +00:00 INF] 20240703175787: Migration_20240703175787 [11.04.2024 18:27:56.285 +00:00 INF] 20240903164034: Migration_20240903164034 [11.04.2024 18:27:56.285 +00:00 INF] 20241003130612: Migration_20241003130612 [11.04.2024 18:27:56.285 +00:00 INF] 20241003184355: Migration_20241003184355 [11.04.2024 18:27:56.286 +00:00 INF] 20242403195365: Migration_20242403195365 [11.04.2024 18:27:56.286 +00:00 INF] 20242403210101: Migration_20242403210101 [11.04.2024 18:27:56.286 +00:00 INF] 202403091170645: Migration_202403091170645 [11.04.2024 18:27:56.287 +00:00 INF] 202404032111114: Migration_20240403211111 [11.04.2024 18:27:56.287 +00:00 INF] 2024032122165643: Migration_2024032122165643 [11.04.2024 18:27:56.288 +00:00 WRN] 2024040820368776: Migration_2024040820368776 (current) [11.04.2024 18:35:50.078 +00:00 INF] 0HN2QAKE1CVLM:00000001 Start processing HTTP request POST https://epoint.az/api/1/token/payment [11.04.2024 18:35:50.098 +00:00 INF] 0HN2QAKE1CVLM:00000001 Sending HTTP request POST https://epoint.az/api/1/token/payment [11.04.2024 18:35:51.239 +00:00 INF] 0HN2QAKE1CVLM:00000001 Received HTTP response headers after 1138.1732ms - 403 [11.04.2024 18:35:51.249 +00:00 INF] 0HN2QAKE1CVLM:00000001 End processing HTTP request after 1182.5814ms - 403 [11.04.2024 18:37:30.427 +00:00 INF] Migrations [11.04.2024 18:37:30.528 +00:00 INF] 20240229001: Migration_GetAllByStatus [11.04.2024 18:37:30.535 +00:00 INF] 20240229002: Migration_GetAll [11.04.2024 18:37:30.536 +00:00 INF] 20240229003: Migration_GetOrdersByUserId [11.04.2024 18:37:30.537 +00:00 INF] 20240105195988: Migration_20240105195988 [11.04.2024 18:37:30.538 +00:00 INF] 20240106150801: Migration_20240106150801 [11.04.2024 18:37:30.545 +00:00 INF] 20240222282856: Migration_20240222282856 [11.04.2024 18:37:30.546 +00:00 INF] 20240225185332: Migration_20240225185332 [11.04.2024 18:37:30.546 +00:00 INF] 20240226001548: Migration_20240226001548 [11.04.2024 18:37:30.547 +00:00 INF] 20240229112234: Migration_20240229112234 [11.04.2024 18:37:30.547 +00:00 INF] 20240404234500: Migration_20240404234500 [11.04.2024 18:37:30.547 +00:00 INF] 20240703175787: Migration_20240703175787 [11.04.2024 18:37:30.548 +00:00 INF] 20240903164034: Migration_20240903164034 [11.04.2024 18:37:30.555 +00:00 INF] 20241003130612: Migration_20241003130612 [11.04.2024 18:37:30.555 +00:00 INF] 20241003184355: Migration_20241003184355 [11.04.2024 18:37:30.562 +00:00 INF] 20242403195365: Migration_20242403195365 [11.04.2024 18:37:30.563 +00:00 INF] 20242403210101: Migration_20242403210101 [11.04.2024 18:37:30.563 +00:00 INF] 202403091170645: Migration_202403091170645 [11.04.2024 18:37:30.564 +00:00 INF] 202404032111114: Migration_20240403211111 [11.04.2024 18:37:30.564 +00:00 INF] 2024032122165643: Migration_2024032122165643 [11.04.2024 18:37:30.565 +00:00 WRN] 2024040820368776: Migration_2024040820368776 (current) [11.04.2024 18:42:46.873 +00:00 INF] 0HN2QAPPA0325:00000001 Start processing HTTP request POST https://epoint.az/api/1/token/payment [11.04.2024 18:42:46.901 +00:00 INF] 0HN2QAPPA0325:00000001 Sending HTTP request POST https://epoint.az/api/1/token/payment [11.04.2024 18:42:48.077 +00:00 INF] 0HN2QAPPA0325:00000001 Received HTTP response headers after 1172.2157ms - 403 [11.04.2024 18:42:48.086 +00:00 INF] 0HN2QAPPA0325:00000001 End processing HTTP request after 1224.7075ms - 403