[24.02.2024 07:52:54.264 +00:00 INF] Migrations [24.02.2024 07:52:54.395 +00:00 INF] 20240105195988: Migration_20240105195988 [24.02.2024 07:52:54.395 +00:00 INF] 20240106150801: Migration_20240106150801 [24.02.2024 07:52:54.396 +00:00 WRN] 202403091170645: Migration_202403091170645 (current) [24.02.2024 10:50:44.854 +00:00 INF] 0HN1L1MEB2LMC:00000002 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [24.02.2024 10:50:44.877 +00:00 INF] 0HN1L1MEB2LMC:00000002 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [24.02.2024 10:50:46.244 +00:00 INF] 0HN1L1MEB2LMC:00000002 Received HTTP response headers after 1356.5201ms - 200 [24.02.2024 10:50:46.255 +00:00 INF] 0HN1L1MEB2LMC:00000002 End processing HTTP request after 1421.2953ms - 200 [24.02.2024 10:50:46.315 +00:00 INF] 0HN1L1MEB2LMC:00000002 Start processing HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994707257757&text=1562 [24.02.2024 10:50:46.316 +00:00 INF] 0HN1L1MEB2LMC:00000002 Sending HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994707257757&text=1562 [24.02.2024 10:50:47.985 +00:00 INF] 0HN1L1MEB2LMC:00000002 Received HTTP response headers after 1668.9104ms - 200 [24.02.2024 10:50:47.987 +00:00 INF] 0HN1L1MEB2LMC:00000002 End processing HTTP request after 1672.2088ms - 200 [24.02.2024 10:50:57.966 +00:00 ERR] 0HN1L1MEB2LMC:00000004 Api Error: 0HN1L1MEB2LMC:00000004 System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElementsException() at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source) at Dapper.SqlMapper.ThrowZeroRows(Row row) in /_/Dapper/SqlMapper.cs:line 1257 at Dapper.SqlMapper.QueryRowAsync[T](IDbConnection cnn, Row row, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 503 at Repository.Cqrs.Commands.UserSettingCommand.CreateAsync(UserSetting model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Cqrs/Commands/UserSettingCommand.cs:line 33 at Repository.Repositories.UserSettingRepository.CreateAsync(UserSetting model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Repository/Repositories/UserSettingRepository.cs:line 45 at Service.Services.UserSettingService.CreateAsync(UserSetting model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Service/Services/UserSettingService.cs:line 45 at Api.Controllers.Identity.AccountController.LoginWithPhone(TokenRequestViewModel model) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/Identity/AccountController.cs:line 798 at Api.Controllers.Identity.AccountController.VerifySmsCode(String code, String number, String providerId) in /home/runner/work/FindIn.Api/FindIn.Api/Api/Api/Controllers/Identity/AccountController.cs:line 593 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.<>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 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 [24.02.2024 10:51:08.474 +00:00 INF] 0HN1L1MEB2LMD:00000002 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [24.02.2024 10:51:08.475 +00:00 INF] 0HN1L1MEB2LMD:00000002 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [24.02.2024 10:51:08.970 +00:00 INF] 0HN1L1MEB2LMD:00000002 Received HTTP response headers after 494.6815ms - 200 [24.02.2024 10:51:08.971 +00:00 INF] 0HN1L1MEB2LMD:00000002 End processing HTTP request after 496.7146ms - 200 [24.02.2024 10:51:08.973 +00:00 INF] 0HN1L1MEB2LMD:00000002 Start processing HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994707257757&text=8596 [24.02.2024 10:51:08.973 +00:00 INF] 0HN1L1MEB2LMD:00000002 Sending HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994707257757&text=8596 [24.02.2024 10:51:10.402 +00:00 INF] 0HN1L1MEB2LMD:00000002 Received HTTP response headers after 1427.7562ms - 200 [24.02.2024 10:51:10.403 +00:00 INF] 0HN1L1MEB2LMD:00000002 End processing HTTP request after 1430.0301ms - 200 [24.02.2024 11:43:54.924 +00:00 INF] 0HN1L1MEB2LNJ:0000000B ReceivedNotification - userId: 39de1dbb-131d-43da-8112-09115e963cdf [24.02.2024 11:47:56.519 +00:00 INF] 0HN1L1MEB2LNT:00000003 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [24.02.2024 11:47:56.523 +00:00 INF] 0HN1L1MEB2LNT:00000003 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [24.02.2024 11:47:57.839 +00:00 INF] 0HN1L1MEB2LNT:00000003 Received HTTP response headers after 1315.0126ms - 200 [24.02.2024 11:47:57.843 +00:00 INF] 0HN1L1MEB2LNT:00000003 End processing HTTP request after 1323.5628ms - 200 [24.02.2024 11:47:57.855 +00:00 INF] 0HN1L1MEB2LNT:00000003 Start processing HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994557959030&text=5691 [24.02.2024 11:47:57.855 +00:00 INF] 0HN1L1MEB2LNT:00000003 Sending HTTP request GET https://sms.atltech.az:8090/index.php?app=quick_sms_redex&login=findinsms&key=0ea8a0b3079ccdcd9d36412bd64dbe68&sender=FindIn.Az&msisdn=994557959030&text=5691 [24.02.2024 11:48:00.647 +00:00 INF] 0HN1L1MEB2LNT:00000003 Received HTTP response headers after 2791.452ms - 200 [24.02.2024 11:48:00.647 +00:00 INF] 0HN1L1MEB2LNT:00000003 End processing HTTP request after 2792.4145ms - 200 [24.02.2024 11:48:59.924 +00:00 INF] 0HN1L1MEB2LNV:00000004 Start processing HTTP request POST https://www.google.com/recaptcha/api/siteverify [24.02.2024 11:48:59.924 +00:00 INF] 0HN1L1MEB2LNV:00000004 Sending HTTP request POST https://www.google.com/recaptcha/api/siteverify [24.02.2024 11:49:00.422 +00:00 INF] 0HN1L1MEB2LNV:00000004 Received HTTP response headers after 497.7028ms - 200 [24.02.2024 11:49:00.422 +00:00 INF] 0HN1L1MEB2LNV:00000004 End processing HTTP request after 498.7386ms - 200 [24.02.2024 11:49:46.656 +00:00 INF] 0HN1L1MEB2LO5:00000001 EchoForNotification - userId: 39de1dbb-131d-43da-8112-09115e963cdf, notification: OfferCreated [24.02.2024 11:50:24.429 +00:00 INF] 0HN1L1MEB2LO8:00000001 EchoForNotification - userId: 1964bb22-93a1-4582-8599-685d117a14a5, notification: OfferAccepted