<strong>01/07/2026 14:07:23</strong><br/>
     Error al validad la API: System.InvalidOperationException: A second operation was started on this context instance before a previous operation completed. This is usually caused by different threads concurrently using the same instance of DbContext. For more information on how to avoid threading issues with DbContext, see https://go.microsoft.com/fwlink/?linkid=2097913.
   at Microsoft.EntityFrameworkCore.Infrastructure.Internal.ConcurrencyDetector.EnterCriticalSection()
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.MoveNext()
   at System.Linq.Enumerable.TryGetSingle[TSource](IEnumerable`1 source, Boolean& found)
   at lambda_method12(Closure, QueryContext)
   at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.Execute[TResult](Expression query)
   at Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryProvider.Execute[TResult](Expression expression)
   at UsuariosCore.API.Middleware.ApiKeyMiddleware.InvokeAsync(HttpContext context, UsuariosCoreDbContext dbContext) in C:\DesarrolloJB\UsuariosCore\UsuariosCore\UsuariosCore.API\Middleware\ApiKeyMiddleware.cs:line 33
<br/><br/>
