iisnode encountered an error when processing the request.

HRESULT: 0x6d
HTTP status: 500
HTTP subStatus: 1013
HTTP reason: Internal Server Error

You are receiving this HTTP 200 response because system.webServer/iisnode/@devErrorsEnabled configuration setting is 'true'.

In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.

The last 64k of the output generated by the node.exe process to stderr is shown below:

HttpErrorResponse {
  headers: HttpHeaders {
    normalizedNames: Map(0) {},
    lazyUpdate: null,
    lazyInit: [Function (anonymous)]
  },
  status: 500,
  statusText: 'Internal Server Error',
  url: 'https://xsapps-api.xtremesoft.net/api/v1/core/categories?organizationCode=camiontur&orderBy=name%20asc&limit=100&offset=0&ParentCategoryCode=familias&IncludeSubCategories=true&includeOneProduct=false',
  ok: false,
  name: 'HttpErrorResponse',
  message: 'Http failure response for https://xsapps-api.xtremesoft.net/api/v1/core/categories?organizationCode=camiontur&orderBy=name%20asc&limit=100&offset=0&ParentCategoryCode=familias&IncludeSubCategories=true&includeOneProduct=false: 500 Internal Server Error',
  error: {
    message: 'An error has occurred.',
    exceptionMessage: 'The underlying provider failed on Open.',
    exceptionType: 'System.Data.Entity.Core.EntityException',
    stackTrace: '   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass41_0.<GetResults>b__0()\r\n' +
      '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__31_0()\r\n' +
      '   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()\r\n' +
      '   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)\r\n' +
      '   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)\r\n' +
      '   at Presentation.WebApi.Api.V1.Core.CategoriesController.GetBySearch(CategoryFilterDto filterDto, MultiResultRequest request) in C:\\Proyectos\\XtremeSoft\\Xtremesoft.Apps\\Xtremesoft.Apps.Backend\\Presentation.WebApi\\Api\\V1\\Core\\CategoriesController.cs:line 119\r\n' +
      '   at lambda_method(Closure , Object , Object[] )\r\n' +
      '   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_0.<GetExecutor>b__2(Object instance, Object[] methodParameters)\r\n' +
      '   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__15.MoveNext()',
    innerException: {
      message: 'An error has occurred.',
      exceptionMessage: 'Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached.',
      exceptionType: 'System.InvalidOperationException',
      stackTrace: '   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)\r\n' +
        '   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.Open()\r\n' +
        '   at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)\r\n' +
        '   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)\r\n' +
        '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass2_0.<Execute>b__0()\r\n' +
        '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)\r\n' +
        '   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()'
    }
  }
}
HttpErrorResponse {
  headers: HttpHeaders {
    normalizedNames: Map(0) {},
    lazyUpdate: null,
    lazyInit: [Function (anonymous)]
  },
  status: 500,
  statusText: 'Internal Server Error',
  url: 'https://xsapps-api.xtremesoft.net/api/v1/core/categories?organizationCode=camiontur&orderBy=name%20asc&limit=100&offset=0&ParentCategoryCode=familias&IncludeSubCategories=true&includeOneProduct=false',
  ok: false,
  name: 'HttpErrorResponse',
  message: 'Http failure response for https://xsapps-api.xtremesoft.net/api/v1/core/categories?organizationCode=camiontur&orderBy=name%20asc&limit=100&offset=0&ParentCategoryCode=familias&IncludeSubCategories=true&includeOneProduct=false: 500 Internal Server Error',
  error: {
    message: 'An error has occurred.',
    exceptionMessage: 'The underlying provider failed on Open.',
    exceptionType: 'System.Data.Entity.Core.EntityException',
    stackTrace: '   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass41_0.<GetResults>b__0()\r\n' +
      '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__31_0()\r\n' +
      '   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()\r\n' +
      '   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)\r\n' +
      '   at Application.Services.Core.CategoryService.GetBySearch(String organizationCode, CategoryFilterDto filterDto, Language language) in C:\\Proyectos\\XtremeSoft\\Xtremesoft.Apps\\Xtremesoft.Apps.Backend\\Application.Services\\Core\\CategoryService.cs:line 68\r\n' +
      '   at Presentation.WebApi.Api.V1.Core.CategoriesController.GetBySearch(CategoryFilterDto filterDto, MultiResultRequest request) in C:\\Proyectos\\XtremeSoft\\Xtremesoft.Apps\\Xtremesoft.Apps.Backend\\Presentation.WebApi\\Api\\V1\\Core\\CategoriesController.cs:line 108\r\n' +
      '   at lambda_method(Closure , Object , Object[] )\r\n' +
      '   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_0.<GetExecutor>b__2(Object instance, Object[] methodParameters)\r\n' +
      '   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__15.MoveNext()',
    innerException: {
      message: 'An error has occurred.',
      exceptionMessage: 'Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached.',
      exceptionType: 'System.InvalidOperationException',
      stackTrace: '   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)\r\n' +
        '   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.Open()\r\n' +
        '   at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)\r\n' +
        '   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)\r\n' +
        '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass2_0.<Execute>b__0()\r\n' +
        '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)\r\n' +
        '   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()'
    }
  }
}
HttpErrorResponse {
  headers: HttpHeaders {
    normalizedNames: Map(0) {},
    lazyUpdate: null,
    lazyInit: [Function (anonymous)]
  },
  status: 500,
  statusText: 'Internal Server Error',
  url: 'https://xsapps-api.xtremesoft.net/api/v1/core/categories?organizationCode=camiontur&orderBy=name%20asc&limit=100&offset=0&ParentCategoryCode=familias&IncludeSubCategories=true&includeOneProduct=false',
  ok: false,
  name: 'HttpErrorResponse',
  message: 'Http failure response for https://xsapps-api.xtremesoft.net/api/v1/core/categories?organizationCode=camiontur&orderBy=name%20asc&limit=100&offset=0&ParentCategoryCode=familias&IncludeSubCategories=true&includeOneProduct=false: 500 Internal Server Error',
  error: {
    message: 'An error has occurred.',
    exceptionMessage: 'The underlying provider failed on Open.',
    exceptionType: 'System.Data.Entity.Core.EntityException',
    stackTrace: '   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass41_0.<GetResults>b__0()\r\n' +
      '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__31_0()\r\n' +
      '   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()\r\n' +
      '   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)\r\n' +
      '   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)\r\n' +
      '   at Presentation.WebApi.Api.V1.Core.CategoriesController.GetBySearch(CategoryFilterDto filterDto, MultiResultRequest request) in C:\\Proyectos\\XtremeSoft\\Xtremesoft.Apps\\Xtremesoft.Apps.Backend\\Presentation.WebApi\\Api\\V1\\Core\\CategoriesController.cs:line 119\r\n' +
      '   at lambda_method(Closure , Object , Object[] )\r\n' +
      '   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_0.<GetExecutor>b__2(Object instance, Object[] methodParameters)\r\n' +
      '   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__15.MoveNext()',
    innerException: {
      message: 'An error has occurred.',
      exceptionMessage: 'Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached.',
      exceptionType: 'System.InvalidOperationException',
      stackTrace: '   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)\r\n' +
        '   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.Open()\r\n' +
        '   at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)\r\n' +
        '   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)\r\n' +
        '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass2_0.<Execute>b__0()\r\n' +
        '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)\r\n' +
        '   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()'
    }
  }
}
HttpErrorResponse {
  headers: HttpHeaders {
    normalizedNames: Map(0) {},
    lazyUpdate: null,
    lazyInit: [Function (anonymous)]
  },
  status: 500,
  statusText: 'Internal Server Error',
  url: 'https://xsapps-api.xtremesoft.net/api/v1/core/categories?organizationCode=camiontur&orderBy=name%20asc&limit=100&offset=0&ParentCategoryCode=familias&IncludeSubCategories=true&includeOneProduct=false',
  ok: false,
  name: 'HttpErrorResponse',
  message: 'Http failure response for https://xsapps-api.xtremesoft.net/api/v1/core/categories?organizationCode=camiontur&orderBy=name%20asc&limit=100&offset=0&ParentCategoryCode=familias&IncludeSubCategories=true&includeOneProduct=false: 500 Internal Server Error',
  error: {
    message: 'An error has occurred.',
    exceptionMessage: 'The underlying provider failed on Open.',
    exceptionType: 'System.Data.Entity.Core.EntityException',
    stackTrace: '   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass41_0.<GetResults>b__0()\r\n' +
      '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)\r\n' +
      '   at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__31_0()\r\n' +
      '   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()\r\n' +
      '   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)\r\n' +
      '   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)\r\n' +
      '   at Presentation.WebApi.Api.V1.Core.CategoriesController.GetBySearch(CategoryFilterDto filterDto, MultiResultRequest request) in C:\\Proyectos\\XtremeSoft\\Xtremesoft.Apps\\Xtremesoft.Apps.Backend\\Presentation.WebApi\\Api\\V1\\Core\\CategoriesController.cs:line 119\r\n' +
      '   at lambda_method(Closure , Object , Object[] )\r\n' +
      '   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass6_0.<GetExecutor>b__2(Object instance, Object[] methodParameters)\r\n' +
      '   at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<CallOnActionExecutedAsync>d__6.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.ActionFilterAttribute.<ExecuteActionFilterAsyncCore>d__5.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Filters.AuthorizationFilterAttribute.<ExecuteAuthorizationFilterAsyncCore>d__3.MoveNext()\r\n' +
      '--- End of stack trace from previous location where exception was thrown ---\r\n' +
      '   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n' +
      '   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n' +
      '   at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__15.MoveNext()',
    innerException: {
      message: 'An error has occurred.',
      exceptionMessage: 'Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached.',
      exceptionType: 'System.InvalidOperationException',
      stackTrace: '   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)\r\n' +
        '   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\r\n' +
        '   at System.Data.SqlClient.SqlConnection.Open()\r\n' +
        '   at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)\r\n' +
        '   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)\r\n' +
        '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass2_0.<Execute>b__0()\r\n' +
        '   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)\r\n' +
        '   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()'
    }
  }
}
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
Unable to locate stylesheet: D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\dist\browser\styles.5c921cc38e06161f.css
ERROR TypeError: Cannot read properties of undefined (reading 'variants')
    at ProductListComponent.completeVariants (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:441288)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:440860)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR TypeError: Cannot read properties of undefined (reading 'length')
    at HeaderComponent.completeCategoryData (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377977)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377805)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR TypeError: Cannot read properties of undefined (reading 'length')
    at HeaderComponent.completeCategoryData (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377977)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377805)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR TypeError: Cannot read properties of undefined (reading 'length')
    at HeaderComponent.completeCategoryData (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377977)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377805)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR TypeError: Cannot read properties of undefined (reading 'length')
    at HeaderComponent.completeCategoryData (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377977)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377805)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR TypeError: Cannot read properties of undefined (reading 'length')
    at HeaderComponent.completeCategoryData (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377977)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377805)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR TypeError: Cannot read properties of undefined (reading 'length')
    at HeaderComponent.completeCategoryData (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377977)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377805)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR TypeError: Cannot read properties of undefined (reading 'length')
    at HeaderComponent.completeCategoryData (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377977)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377805)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR TypeError: Cannot read properties of undefined (reading 'length')
    at HeaderComponent.completeCategoryData (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377977)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377805)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR TypeError: Cannot read properties of undefined (reading 'length')
    at HeaderComponent.completeCategoryData (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377977)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377805)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR TypeError: Cannot read properties of undefined (reading 'length')
    at HeaderComponent.completeCategoryData (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377977)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377805)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR TypeError: Cannot read properties of undefined (reading 'length')
    at HeaderComponent.completeCategoryData (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377977)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:377805)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at Observable2._subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2184626)
    at Observable2._trySubscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136969)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136861
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Observable2.subscribe (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2136687)
ERROR ReferenceError: gtag is not defined
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:10985)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)
    at Subscriber2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149297)
    at D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2144411
    at Object.errorContext (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2343228)
    at Subject2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2144162)
    at Object.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:4846475)
    at ConsumerObserver2.next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2150563)
    at Subscriber2._next (D:\inetpub\vhosts\recambioscamiontur.com\httpdocs\main.js:1:2149860)