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:

404 error { status: 404,
  statusText: 'Not Found',
  headers:
   { 'cache-control': 'no-cache',
     pragma: 'no-cache',
     'content-length': '22311',
     'content-type': 'application/json; charset=utf-8',
     expires: '-1',
     server: 'Microsoft-IIS/10.0',
     'access-control-allow-origin': '*',
     date: 'Thu, 28 Mar 2024 17:22:03 GMT',
     connection: 'close' },
  config:
   { adapter: [Function: httpAdapter],
     transformRequest: { '0': [Function: transformRequest] },
     transformResponse: { '0': [Function: transformResponse] },
     timeout: 0,
     xsrfCookieName: 'XSRF-TOKEN',
     xsrfHeaderName: 'X-XSRF-TOKEN',
     maxContentLength: -1,
     validateStatus: [Function: validateStatus],
     headers:
      { Accept: 'application/json, text/plain, */*',
        'User-Agent': 'axios/0.17.1' },
     paramsSerializer: [Function: paramsSerializer],
     method: 'get',
     params:
      { appHost: 'www.aros.dk',
        parts: 'content,navigation,site',
        url: '/android-chrome-192x192.png',
        navLevels: 2,
        navContext: true },
     url: 'http://www.aros.dk/umbraco/api/spa/GetData',
     data: undefined },
  request:
   ClientRequest {
     _events:
      [Object: null prototype] {
        socket: [Function],
        abort: [Function],
        aborted: [Function],
        error: [Function],
        prefinish: [Function: requestOnPrefinish] },
     _eventsCount: 5,
     _maxListeners: undefined,
     output: [],
     outputEncodings: [],
     outputCallbacks: [],
     outputSize: 0,
     writable: true,
     _last: true,
     chunkedEncoding: false,
     shouldKeepAlive: false,
     useChunkedEncodingByDefault: false,
     sendDate: false,
     _removedConnection: false,
     _removedContLen: false,
     _removedTE: false,
     _contentLength: 0,
     _hasBody: true,
     _trailer: '',
     finished: true,
     _headerSent: true,
     socket:
      TLSSocket {
        _tlsOptions: [Object],
        _secureEstablished: true,
        _securePending: false,
        _newSessionPending: false,
        _controlReleased: true,
        _SNICallback: null,
        servername: 'www.aros.dk',
        alpnProtocol: false,
        authorized: true,
        authorizationError: null,
        encrypted: true,
        _events: [Object],
        _eventsCount: 8,
        connecting: false,
        _hadError: false,
        _handle: [TLSWrap],
        _parent: null,
        _host: 'www.aros.dk',
        _readableState: [ReadableState],
        readable: true,
        _maxListeners: undefined,
        _writableState: [WritableState],
        writable: false,
        allowHalfOpen: false,
        _sockname: null,
        _pendingData: null,
        _pendingEncoding: '',
        server: undefined,
        _server: null,
        ssl: [TLSWrap],
        _requestCert: true,
        _rejectUnauthorized: true,
        parser: null,
        _httpMessage: [Circular],
        [Symbol(res)]: [TLSWrap],
        [Symbol(asyncId)]: 151674256,
        [Symbol(lastWriteQueueSize)]: 0,
        [Symbol(timeout)]: null,
        [Symbol(kBytesRead)]: 0,
        [Symbol(kBytesWritten)]: 0,
        [Symbol(connect-options)]: [Object] },
     connection:
      TLSSocket {
        _tlsOptions: [Object],
        _secureEstablished: true,
        _securePending: false,
        _newSessionPending: false,
        _controlReleased: true,
        _SNICallback: null,
        servername: 'www.aros.dk',
        alpnProtocol: false,
        authorized: true,
        authorizationError: null,
        encrypted: true,
        _events: [Object],
        _eventsCount: 8,
        connecting: false,
        _hadError: false,
        _handle: [TLSWrap],
        _parent: null,
        _host: 'www.aros.dk',
        _readableState: [ReadableState],
        readable: true,
        _maxListeners: undefined,
        _writableState: [WritableState],
        writable: false,
        allowHalfOpen: false,
        _sockname: null,
        _pendingData: null,
        _pendingEncoding: '',
        server: undefined,
        _server: null,
        ssl: [TLSWrap],
        _requestCert: true,
        _rejectUnauthorized: true,
        parser: null,
        _httpMessage: [Circular],
        [Symbol(res)]: [TLSWrap],
        [Symbol(asyncId)]: 151674256,
        [Symbol(lastWriteQueueSize)]: 0,
        [Symbol(timeout)]: null,
        [Symbol(kBytesRead)]: 0,
        [Symbol(kBytesWritten)]: 0,
        [Symbol(connect-options)]: [Object] },
     _header:
      'GET /umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nUser-Agent: axios/0.17.1\r\nHost: www.aros.dk\r\nConnection: close\r\n\r\n',
     _onPendingData: [Function: noopPendingOutput],
     agent:
      Agent {
        _events: [Object],
        _eventsCount: 1,
        _maxListeners: undefined,
        defaultPort: 443,
        protocol: 'https:',
        options: [Object],
        requests: {},
        sockets: [Object],
        freeSockets: {},
        keepAliveMsecs: 1000,
        keepAlive: false,
        maxSockets: Infinity,
        maxFreeSockets: 256,
        maxCachedSessions: 100,
        _sessionCache: [Object] },
     socketPath: undefined,
     timeout: undefined,
     method: 'GET',
     insecureHTTPParser: undefined,
     path:
      '/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true',
     _ended: true,
     res:
      IncomingMessage {
        _readableState: [ReadableState],
        readable: false,
        _events: [Object],
        _eventsCount: 3,
        _maxListeners: undefined,
        socket: [TLSSocket],
        connection: [TLSSocket],
        httpVersionMajor: 1,
        httpVersionMinor: 1,
        httpVersion: '1.1',
        complete: true,
        headers: [Object],
        rawHeaders: [Array],
        trailers: {},
        rawTrailers: [],
        aborted: false,
        upgrade: false,
        url: '',
        method: null,
        statusCode: 404,
        statusMessage: 'Not Found',
        client: [TLSSocket],
        _consuming: true,
        _dumped: false,
        req: [Circular],
        responseUrl:
         'https://www.aros.dk/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true' },
     aborted: undefined,
     timeoutCb: null,
     upgradeOrConnect: false,
     parser: null,
     maxHeadersCount: null,
     _redirectable:
      Writable {
        _writableState: [WritableState],
        writable: true,
        _events: [Object],
        _eventsCount: 2,
        _maxListeners: undefined,
        _redirectCount: 1,
        _onNativeResponse: [Function],
        _currentRequest: [Circular],
        _currentUrl:
         'https://www.aros.dk/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true',
        _isRedirect: true },
     [Symbol(isCorked)]: false,
     [Symbol(outHeadersKey)]:
      [Object: null prototype] { accept: [Array], 'user-agent': [Array], host: [Array] } },
  data:
   { pageId: 3775,
     siteId: 1077,
     contentGuid: '688cc83b-3ad9-425a-b7a0-73f3021bd9b4',
     navigation: { children: [], context: [Object] },
     site:
      { id: 1077,
        name: 'ARoS',
        url: '/da/',
        navigation: [Object],
        loadingPearls: [Array],
        footer: [Object],
        labels: [Array],
        cookieBanner: [Object] },
     content:
      { grid: [Object],
        extraInfoText: '',
        openingsHours: [],
        where: '',
        label: '',
        title: 'Siden blev ikke fundet',
        mobileTitle: 'Siden blev ikke fundet',
        seoPreview: null,
        hideFromSearch: false,
        redirect: null,
        skyRedirect: [Object],
        umbracoNaviHide: false,
        id: 3775,
        url: '/da/om/om-aros/siden-blev-ikke-fundet/',
        noCache: false,
        meta: [Object],
        path: [Array],
        template: 'Article',
        culture: 'da-DK',
        created: '2019-08-30T10:46:22',
        updated: '2019-11-01T14:22:35',
        intro: [Object],
        relatedPages: [Array],
        relatedSpot: [Object],
        relatedEvents: null,
        theme: [Object],
        name: 'Siden blev ikke fundet',
        urlName: 'siden-blev-ikke-fundet',
        documentTypeAlias: 'arosArticle',
        level: 5 },
     executeTimeMs: 19 } }
404 error { status: 404,
  statusText: 'Not Found',
  headers:
   { 'cache-control': 'no-cache',
     pragma: 'no-cache',
     'content-length': '22311',
     'content-type': 'application/json; charset=utf-8',
     expires: '-1',
     server: 'Microsoft-IIS/10.0',
     'access-control-allow-origin': '*',
     date: 'Thu, 28 Mar 2024 17:22:05 GMT',
     connection: 'close' },
  config:
   { adapter: [Function: httpAdapter],
     transformRequest: { '0': [Function: transformRequest] },
     transformResponse: { '0': [Function: transformResponse] },
     timeout: 0,
     xsrfCookieName: 'XSRF-TOKEN',
     xsrfHeaderName: 'X-XSRF-TOKEN',
     maxContentLength: -1,
     validateStatus: [Function: validateStatus],
     headers:
      { Accept: 'application/json, text/plain, */*',
        'User-Agent': 'axios/0.17.1' },
     paramsSerializer: [Function: paramsSerializer],
     method: 'get',
     params:
      { appHost: 'www.aros.dk',
        parts: 'content,navigation,site',
        url: '/android-chrome-192x192.png',
        navLevels: 2,
        navContext: true },
     url: 'http://www.aros.dk/umbraco/api/spa/GetData',
     data: undefined },
  request:
   ClientRequest {
     _events:
      [Object: null prototype] {
        socket: [Function],
        abort: [Function],
        aborted: [Function],
        error: [Function],
        prefinish: [Function: requestOnPrefinish] },
     _eventsCount: 5,
     _maxListeners: undefined,
     output: [],
     outputEncodings: [],
     outputCallbacks: [],
     outputSize: 0,
     writable: true,
     _last: true,
     chunkedEncoding: false,
     shouldKeepAlive: false,
     useChunkedEncodingByDefault: false,
     sendDate: false,
     _removedConnection: false,
     _removedContLen: false,
     _removedTE: false,
     _contentLength: 0,
     _hasBody: true,
     _trailer: '',
     finished: true,
     _headerSent: true,
     socket:
      TLSSocket {
        _tlsOptions: [Object],
        _secureEstablished: true,
        _securePending: false,
        _newSessionPending: false,
        _controlReleased: true,
        _SNICallback: null,
        servername: 'www.aros.dk',
        alpnProtocol: false,
        authorized: true,
        authorizationError: null,
        encrypted: true,
        _events: [Object],
        _eventsCount: 8,
        connecting: false,
        _hadError: false,
        _handle: [TLSWrap],
        _parent: null,
        _host: 'www.aros.dk',
        _readableState: [ReadableState],
        readable: true,
        _maxListeners: undefined,
        _writableState: [WritableState],
        writable: false,
        allowHalfOpen: false,
        _sockname: null,
        _pendingData: null,
        _pendingEncoding: '',
        server: undefined,
        _server: null,
        ssl: [TLSWrap],
        _requestCert: true,
        _rejectUnauthorized: true,
        parser: null,
        _httpMessage: [Circular],
        [Symbol(res)]: [TLSWrap],
        [Symbol(asyncId)]: 151699930,
        [Symbol(lastWriteQueueSize)]: 0,
        [Symbol(timeout)]: null,
        [Symbol(kBytesRead)]: 0,
        [Symbol(kBytesWritten)]: 0,
        [Symbol(connect-options)]: [Object] },
     connection:
      TLSSocket {
        _tlsOptions: [Object],
        _secureEstablished: true,
        _securePending: false,
        _newSessionPending: false,
        _controlReleased: true,
        _SNICallback: null,
        servername: 'www.aros.dk',
        alpnProtocol: false,
        authorized: true,
        authorizationError: null,
        encrypted: true,
        _events: [Object],
        _eventsCount: 8,
        connecting: false,
        _hadError: false,
        _handle: [TLSWrap],
        _parent: null,
        _host: 'www.aros.dk',
        _readableState: [ReadableState],
        readable: true,
        _maxListeners: undefined,
        _writableState: [WritableState],
        writable: false,
        allowHalfOpen: false,
        _sockname: null,
        _pendingData: null,
        _pendingEncoding: '',
        server: undefined,
        _server: null,
        ssl: [TLSWrap],
        _requestCert: true,
        _rejectUnauthorized: true,
        parser: null,
        _httpMessage: [Circular],
        [Symbol(res)]: [TLSWrap],
        [Symbol(asyncId)]: 151699930,
        [Symbol(lastWriteQueueSize)]: 0,
        [Symbol(timeout)]: null,
        [Symbol(kBytesRead)]: 0,
        [Symbol(kBytesWritten)]: 0,
        [Symbol(connect-options)]: [Object] },
     _header:
      'GET /umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nUser-Agent: axios/0.17.1\r\nHost: www.aros.dk\r\nConnection: close\r\n\r\n',
     _onPendingData: [Function: noopPendingOutput],
     agent:
      Agent {
        _events: [Object],
        _eventsCount: 1,
        _maxListeners: undefined,
        defaultPort: 443,
        protocol: 'https:',
        options: [Object],
        requests: {},
        sockets: [Object],
        freeSockets: {},
        keepAliveMsecs: 1000,
        keepAlive: false,
        maxSockets: Infinity,
        maxFreeSockets: 256,
        maxCachedSessions: 100,
        _sessionCache: [Object] },
     socketPath: undefined,
     timeout: undefined,
     method: 'GET',
     insecureHTTPParser: undefined,
     path:
      '/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true',
     _ended: true,
     res:
      IncomingMessage {
        _readableState: [ReadableState],
        readable: false,
        _events: [Object],
        _eventsCount: 3,
        _maxListeners: undefined,
        socket: [TLSSocket],
        connection: [TLSSocket],
        httpVersionMajor: 1,
        httpVersionMinor: 1,
        httpVersion: '1.1',
        complete: true,
        headers: [Object],
        rawHeaders: [Array],
        trailers: {},
        rawTrailers: [],
        aborted: false,
        upgrade: false,
        url: '',
        method: null,
        statusCode: 404,
        statusMessage: 'Not Found',
        client: [TLSSocket],
        _consuming: true,
        _dumped: false,
        req: [Circular],
        responseUrl:
         'https://www.aros.dk/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true' },
     aborted: undefined,
     timeoutCb: null,
     upgradeOrConnect: false,
     parser: null,
     maxHeadersCount: null,
     _redirectable:
      Writable {
        _writableState: [WritableState],
        writable: true,
        _events: [Object],
        _eventsCount: 2,
        _maxListeners: undefined,
        _redirectCount: 1,
        _onNativeResponse: [Function],
        _currentRequest: [Circular],
        _currentUrl:
         'https://www.aros.dk/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true',
        _isRedirect: true },
     [Symbol(isCorked)]: false,
     [Symbol(outHeadersKey)]:
      [Object: null prototype] { accept: [Array], 'user-agent': [Array], host: [Array] } },
  data:
   { pageId: 3775,
     siteId: 1077,
     contentGuid: '688cc83b-3ad9-425a-b7a0-73f3021bd9b4',
     navigation: { children: [], context: [Object] },
     site:
      { id: 1077,
        name: 'ARoS',
        url: '/da/',
        navigation: [Object],
        loadingPearls: [Array],
        footer: [Object],
        labels: [Array],
        cookieBanner: [Object] },
     content:
      { grid: [Object],
        extraInfoText: '',
        openingsHours: [],
        where: '',
        label: '',
        title: 'Siden blev ikke fundet',
        mobileTitle: 'Siden blev ikke fundet',
        seoPreview: null,
        hideFromSearch: false,
        redirect: null,
        skyRedirect: [Object],
        umbracoNaviHide: false,
        id: 3775,
        url: '/da/om/om-aros/siden-blev-ikke-fundet/',
        noCache: false,
        meta: [Object],
        path: [Array],
        template: 'Article',
        culture: 'da-DK',
        created: '2019-08-30T10:46:22',
        updated: '2019-11-01T14:22:35',
        intro: [Object],
        relatedPages: [Array],
        relatedSpot: [Object],
        relatedEvents: null,
        theme: [Object],
        name: 'Siden blev ikke fundet',
        urlName: 'siden-blev-ikke-fundet',
        documentTypeAlias: 'arosArticle',
        level: 5 },
     executeTimeMs: 18 } }
404 error { status: 404,
  statusText: 'Not Found',
  headers:
   { 'cache-control': 'no-cache',
     pragma: 'no-cache',
     'content-length': '22311',
     'content-type': 'application/json; charset=utf-8',
     expires: '-1',
     server: 'Microsoft-IIS/10.0',
     'access-control-allow-origin': '*',
     date: 'Thu, 28 Mar 2024 17:22:15 GMT',
     connection: 'close' },
  config:
   { adapter: [Function: httpAdapter],
     transformRequest: { '0': [Function: transformRequest] },
     transformResponse: { '0': [Function: transformResponse] },
     timeout: 0,
     xsrfCookieName: 'XSRF-TOKEN',
     xsrfHeaderName: 'X-XSRF-TOKEN',
     maxContentLength: -1,
     validateStatus: [Function: validateStatus],
     headers:
      { Accept: 'application/json, text/plain, */*',
        'User-Agent': 'axios/0.17.1' },
     paramsSerializer: [Function: paramsSerializer],
     method: 'get',
     params:
      { appHost: 'www.aros.dk',
        parts: 'content,navigation,site',
        url: '/android-chrome-192x192.png',
        navLevels: 2,
        navContext: true },
     url: 'http://www.aros.dk/umbraco/api/spa/GetData',
     data: undefined },
  request:
   ClientRequest {
     _events:
      [Object: null prototype] {
        socket: [Function],
        abort: [Function],
        aborted: [Function],
        error: [Function],
        prefinish: [Function: requestOnPrefinish] },
     _eventsCount: 5,
     _maxListeners: undefined,
     output: [],
     outputEncodings: [],
     outputCallbacks: [],
     outputSize: 0,
     writable: true,
     _last: true,
     chunkedEncoding: false,
     shouldKeepAlive: false,
     useChunkedEncodingByDefault: false,
     sendDate: false,
     _removedConnection: false,
     _removedContLen: false,
     _removedTE: false,
     _contentLength: 0,
     _hasBody: true,
     _trailer: '',
     finished: true,
     _headerSent: true,
     socket:
      TLSSocket {
        _tlsOptions: [Object],
        _secureEstablished: true,
        _securePending: false,
        _newSessionPending: false,
        _controlReleased: true,
        _SNICallback: null,
        servername: 'www.aros.dk',
        alpnProtocol: false,
        authorized: true,
        authorizationError: null,
        encrypted: true,
        _events: [Object],
        _eventsCount: 8,
        connecting: false,
        _hadError: false,
        _handle: [TLSWrap],
        _parent: null,
        _host: 'www.aros.dk',
        _readableState: [ReadableState],
        readable: true,
        _maxListeners: undefined,
        _writableState: [WritableState],
        writable: false,
        allowHalfOpen: false,
        _sockname: null,
        _pendingData: null,
        _pendingEncoding: '',
        server: undefined,
        _server: null,
        ssl: [TLSWrap],
        _requestCert: true,
        _rejectUnauthorized: true,
        parser: null,
        _httpMessage: [Circular],
        [Symbol(res)]: [TLSWrap],
        [Symbol(asyncId)]: 151876349,
        [Symbol(lastWriteQueueSize)]: 0,
        [Symbol(timeout)]: null,
        [Symbol(kBytesRead)]: 0,
        [Symbol(kBytesWritten)]: 0,
        [Symbol(connect-options)]: [Object] },
     connection:
      TLSSocket {
        _tlsOptions: [Object],
        _secureEstablished: true,
        _securePending: false,
        _newSessionPending: false,
        _controlReleased: true,
        _SNICallback: null,
        servername: 'www.aros.dk',
        alpnProtocol: false,
        authorized: true,
        authorizationError: null,
        encrypted: true,
        _events: [Object],
        _eventsCount: 8,
        connecting: false,
        _hadError: false,
        _handle: [TLSWrap],
        _parent: null,
        _host: 'www.aros.dk',
        _readableState: [ReadableState],
        readable: true,
        _maxListeners: undefined,
        _writableState: [WritableState],
        writable: false,
        allowHalfOpen: false,
        _sockname: null,
        _pendingData: null,
        _pendingEncoding: '',
        server: undefined,
        _server: null,
        ssl: [TLSWrap],
        _requestCert: true,
        _rejectUnauthorized: true,
        parser: null,
        _httpMessage: [Circular],
        [Symbol(res)]: [TLSWrap],
        [Symbol(asyncId)]: 151876349,
        [Symbol(lastWriteQueueSize)]: 0,
        [Symbol(timeout)]: null,
        [Symbol(kBytesRead)]: 0,
        [Symbol(kBytesWritten)]: 0,
        [Symbol(connect-options)]: [Object] },
     _header:
      'GET /umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nUser-Agent: axios/0.17.1\r\nHost: www.aros.dk\r\nConnection: close\r\n\r\n',
     _onPendingData: [Function: noopPendingOutput],
     agent:
      Agent {
        _events: [Object],
        _eventsCount: 1,
        _maxListeners: undefined,
        defaultPort: 443,
        protocol: 'https:',
        options: [Object],
        requests: {},
        sockets: [Object],
        freeSockets: {},
        keepAliveMsecs: 1000,
        keepAlive: false,
        maxSockets: Infinity,
        maxFreeSockets: 256,
        maxCachedSessions: 100,
        _sessionCache: [Object] },
     socketPath: undefined,
     timeout: undefined,
     method: 'GET',
     insecureHTTPParser: undefined,
     path:
      '/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true',
     _ended: true,
     res:
      IncomingMessage {
        _readableState: [ReadableState],
        readable: false,
        _events: [Object],
        _eventsCount: 3,
        _maxListeners: undefined,
        socket: [TLSSocket],
        connection: [TLSSocket],
        httpVersionMajor: 1,
        httpVersionMinor: 1,
        httpVersion: '1.1',
        complete: true,
        headers: [Object],
        rawHeaders: [Array],
        trailers: {},
        rawTrailers: [],
        aborted: false,
        upgrade: false,
        url: '',
        method: null,
        statusCode: 404,
        statusMessage: 'Not Found',
        client: [TLSSocket],
        _consuming: true,
        _dumped: false,
        req: [Circular],
        responseUrl:
         'https://www.aros.dk/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true' },
     aborted: undefined,
     timeoutCb: null,
     upgradeOrConnect: false,
     parser: null,
     maxHeadersCount: null,
     _redirectable:
      Writable {
        _writableState: [WritableState],
        writable: true,
        _events: [Object],
        _eventsCount: 2,
        _maxListeners: undefined,
        _redirectCount: 1,
        _onNativeResponse: [Function],
        _currentRequest: [Circular],
        _currentUrl:
         'https://www.aros.dk/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true',
        _isRedirect: true },
     [Symbol(isCorked)]: false,
     [Symbol(outHeadersKey)]:
      [Object: null prototype] { accept: [Array], 'user-agent': [Array], host: [Array] } },
  data:
   { pageId: 3775,
     siteId: 1077,
     contentGuid: '688cc83b-3ad9-425a-b7a0-73f3021bd9b4',
     navigation: { children: [], context: [Object] },
     site:
      { id: 1077,
        name: 'ARoS',
        url: '/da/',
        navigation: [Object],
        loadingPearls: [Array],
        footer: [Object],
        labels: [Array],
        cookieBanner: [Object] },
     content:
      { grid: [Object],
        extraInfoText: '',
        openingsHours: [],
        where: '',
        label: '',
        title: 'Siden blev ikke fundet',
        mobileTitle: 'Siden blev ikke fundet',
        seoPreview: null,
        hideFromSearch: false,
        redirect: null,
        skyRedirect: [Object],
        umbracoNaviHide: false,
        id: 3775,
        url: '/da/om/om-aros/siden-blev-ikke-fundet/',
        noCache: false,
        meta: [Object],
        path: [Array],
        template: 'Article',
        culture: 'da-DK',
        created: '2019-08-30T10:46:22',
        updated: '2019-11-01T14:22:35',
        intro: [Object],
        relatedPages: [Array],
        relatedSpot: [Object],
        relatedEvents: null,
        theme: [Object],
        name: 'Siden blev ikke fundet',
        urlName: 'siden-blev-ikke-fundet',
        documentTypeAlias: 'arosArticle',
        level: 5 },
     executeTimeMs: 18 } }
404 error { status: 404,
  statusText: 'Not Found',
  headers:
   { 'cache-control': 'no-cache',
     pragma: 'no-cache',
     'content-length': '22311',
     'content-type': 'application/json; charset=utf-8',
     expires: '-1',
     server: 'Microsoft-IIS/10.0',
     'access-control-allow-origin': '*',
     date: 'Thu, 28 Mar 2024 17:22:40 GMT',
     connection: 'close' },
  config:
   { adapter: [Function: httpAdapter],
     transformRequest: { '0': [Function: transformRequest] },
     transformResponse: { '0': [Function: transformResponse] },
     timeout: 0,
     xsrfCookieName: 'XSRF-TOKEN',
     xsrfHeaderName: 'X-XSRF-TOKEN',
     maxContentLength: -1,
     validateStatus: [Function: validateStatus],
     headers:
      { Accept: 'application/json, text/plain, */*',
        'User-Agent': 'axios/0.17.1' },
     paramsSerializer: [Function: paramsSerializer],
     method: 'get',
     params:
      { appHost: 'www.aros.dk',
        parts: 'content,navigation,site',
        url: '/android-chrome-192x192.png',
        navLevels: 2,
        navContext: true },
     url: 'http://www.aros.dk/umbraco/api/spa/GetData',
     data: undefined },
  request:
   ClientRequest {
     _events:
      [Object: null prototype] {
        socket: [Function],
        abort: [Function],
        aborted: [Function],
        error: [Function],
        prefinish: [Function: requestOnPrefinish] },
     _eventsCount: 5,
     _maxListeners: undefined,
     output: [],
     outputEncodings: [],
     outputCallbacks: [],
     outputSize: 0,
     writable: true,
     _last: true,
     chunkedEncoding: false,
     shouldKeepAlive: false,
     useChunkedEncodingByDefault: false,
     sendDate: false,
     _removedConnection: false,
     _removedContLen: false,
     _removedTE: false,
     _contentLength: 0,
     _hasBody: true,
     _trailer: '',
     finished: true,
     _headerSent: true,
     socket:
      TLSSocket {
        _tlsOptions: [Object],
        _secureEstablished: true,
        _securePending: false,
        _newSessionPending: false,
        _controlReleased: true,
        _SNICallback: null,
        servername: 'www.aros.dk',
        alpnProtocol: false,
        authorized: true,
        authorizationError: null,
        encrypted: true,
        _events: [Object],
        _eventsCount: 8,
        connecting: false,
        _hadError: false,
        _handle: [TLSWrap],
        _parent: null,
        _host: 'www.aros.dk',
        _readableState: [ReadableState],
        readable: true,
        _maxListeners: undefined,
        _writableState: [WritableState],
        writable: false,
        allowHalfOpen: false,
        _sockname: null,
        _pendingData: null,
        _pendingEncoding: '',
        server: undefined,
        _server: null,
        ssl: [TLSWrap],
        _requestCert: true,
        _rejectUnauthorized: true,
        parser: null,
        _httpMessage: [Circular],
        [Symbol(res)]: [TLSWrap],
        [Symbol(asyncId)]: 152799209,
        [Symbol(lastWriteQueueSize)]: 0,
        [Symbol(timeout)]: null,
        [Symbol(kBytesRead)]: 0,
        [Symbol(kBytesWritten)]: 0,
        [Symbol(connect-options)]: [Object] },
     connection:
      TLSSocket {
        _tlsOptions: [Object],
        _secureEstablished: true,
        _securePending: false,
        _newSessionPending: false,
        _controlReleased: true,
        _SNICallback: null,
        servername: 'www.aros.dk',
        alpnProtocol: false,
        authorized: true,
        authorizationError: null,
        encrypted: true,
        _events: [Object],
        _eventsCount: 8,
        connecting: false,
        _hadError: false,
        _handle: [TLSWrap],
        _parent: null,
        _host: 'www.aros.dk',
        _readableState: [ReadableState],
        readable: true,
        _maxListeners: undefined,
        _writableState: [WritableState],
        writable: false,
        allowHalfOpen: false,
        _sockname: null,
        _pendingData: null,
        _pendingEncoding: '',
        server: undefined,
        _server: null,
        ssl: [TLSWrap],
        _requestCert: true,
        _rejectUnauthorized: true,
        parser: null,
        _httpMessage: [Circular],
        [Symbol(res)]: [TLSWrap],
        [Symbol(asyncId)]: 152799209,
        [Symbol(lastWriteQueueSize)]: 0,
        [Symbol(timeout)]: null,
        [Symbol(kBytesRead)]: 0,
        [Symbol(kBytesWritten)]: 0,
        [Symbol(connect-options)]: [Object] },
     _header:
      'GET /umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nUser-Agent: axios/0.17.1\r\nHost: www.aros.dk\r\nConnection: close\r\n\r\n',
     _onPendingData: [Function: noopPendingOutput],
     agent:
      Agent {
        _events: [Object],
        _eventsCount: 1,
        _maxListeners: undefined,
        defaultPort: 443,
        protocol: 'https:',
        options: [Object],
        requests: {},
        sockets: [Object],
        freeSockets: {},
        keepAliveMsecs: 1000,
        keepAlive: false,
        maxSockets: Infinity,
        maxFreeSockets: 256,
        maxCachedSessions: 100,
        _sessionCache: [Object] },
     socketPath: undefined,
     timeout: undefined,
     method: 'GET',
     insecureHTTPParser: undefined,
     path:
      '/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true',
     _ended: true,
     res:
      IncomingMessage {
        _readableState: [ReadableState],
        readable: false,
        _events: [Object],
        _eventsCount: 3,
        _maxListeners: undefined,
        socket: [TLSSocket],
        connection: [TLSSocket],
        httpVersionMajor: 1,
        httpVersionMinor: 1,
        httpVersion: '1.1',
        complete: true,
        headers: [Object],
        rawHeaders: [Array],
        trailers: {},
        rawTrailers: [],
        aborted: false,
        upgrade: false,
        url: '',
        method: null,
        statusCode: 404,
        statusMessage: 'Not Found',
        client: [TLSSocket],
        _consuming: true,
        _dumped: false,
        req: [Circular],
        responseUrl:
         'https://www.aros.dk/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true' },
     aborted: undefined,
     timeoutCb: null,
     upgradeOrConnect: false,
     parser: null,
     maxHeadersCount: null,
     _redirectable:
      Writable {
        _writableState: [WritableState],
        writable: true,
        _events: [Object],
        _eventsCount: 2,
        _maxListeners: undefined,
        _redirectCount: 1,
        _onNativeResponse: [Function],
        _currentRequest: [Circular],
        _currentUrl:
         'https://www.aros.dk/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true',
        _isRedirect: true },
     [Symbol(isCorked)]: false,
     [Symbol(outHeadersKey)]:
      [Object: null prototype] { accept: [Array], 'user-agent': [Array], host: [Array] } },
  data:
   { pageId: 3775,
     siteId: 1077,
     contentGuid: '688cc83b-3ad9-425a-b7a0-73f3021bd9b4',
     navigation: { children: [], context: [Object] },
     site:
      { id: 1077,
        name: 'ARoS',
        url: '/da/',
        navigation: [Object],
        loadingPearls: [Array],
        footer: [Object],
        labels: [Array],
        cookieBanner: [Object] },
     content:
      { grid: [Object],
        extraInfoText: '',
        openingsHours: [],
        where: '',
        label: '',
        title: 'Siden blev ikke fundet',
        mobileTitle: 'Siden blev ikke fundet',
        seoPreview: null,
        hideFromSearch: false,
        redirect: null,
        skyRedirect: [Object],
        umbracoNaviHide: false,
        id: 3775,
        url: '/da/om/om-aros/siden-blev-ikke-fundet/',
        noCache: false,
        meta: [Object],
        path: [Array],
        template: 'Article',
        culture: 'da-DK',
        created: '2019-08-30T10:46:22',
        updated: '2019-11-01T14:22:35',
        intro: [Object],
        relatedPages: [Array],
        relatedSpot: [Object],
        relatedEvents: null,
        theme: [Object],
        name: 'Siden blev ikke fundet',
        urlName: 'siden-blev-ikke-fundet',
        documentTypeAlias: 'arosArticle',
        level: 5 },
     executeTimeMs: 17 } }
404 error { status: 404,
  statusText: 'Not Found',
  headers:
   { 'cache-control': 'no-cache',
     pragma: 'no-cache',
     'content-length': '22311',
     'content-type': 'application/json; charset=utf-8',
     expires: '-1',
     server: 'Microsoft-IIS/10.0',
     'access-control-allow-origin': '*',
     date: 'Thu, 28 Mar 2024 17:22:51 GMT',
     connection: 'close' },
  config:
   { adapter: [Function: httpAdapter],
     transformRequest: { '0': [Function: transformRequest] },
     transformResponse: { '0': [Function: transformResponse] },
     timeout: 0,
     xsrfCookieName: 'XSRF-TOKEN',
     xsrfHeaderName: 'X-XSRF-TOKEN',
     maxContentLength: -1,
     validateStatus: [Function: validateStatus],
     headers:
      { Accept: 'application/json, text/plain, */*',
        'User-Agent': 'axios/0.17.1' },
     paramsSerializer: [Function: paramsSerializer],
     method: 'get',
     params:
      { appHost: 'www.aros.dk',
        parts: 'content,navigation,site',
        url: '/android-chrome-192x192.png',
        navLevels: 2,
        navContext: true },
     url: 'http://www.aros.dk/umbraco/api/spa/GetData',
     data: undefined },
  request:
   ClientRequest {
     _events:
      [Object: null prototype] {
        socket: [Function],
        abort: [Function],
        aborted: [Function],
        error: [Function],
        prefinish: [Function: requestOnPrefinish] },
     _eventsCount: 5,
     _maxListeners: undefined,
     output: [],
     outputEncodings: [],
     outputCallbacks: [],
     outputSize: 0,
     writable: true,
     _last: true,
     chunkedEncoding: false,
     shouldKeepAlive: false,
     useChunkedEncodingByDefault: false,
     sendDate: false,
     _removedConnection: false,
     _removedContLen: false,
     _removedTE: false,
     _contentLength: 0,
     _hasBody: true,
     _trailer: '',
     finished: true,
     _headerSent: true,
     socket:
      TLSSocket {
        _tlsOptions: [Object],
        _secureEstablished: true,
        _securePending: false,
        _newSessionPending: false,
        _controlReleased: true,
        _SNICallback: null,
        servername: 'www.aros.dk',
        alpnProtocol: false,
        authorized: true,
        authorizationError: null,
        encrypted: true,
        _events: [Object],
        _eventsCount: 8,
        connecting: false,
        _hadError: false,
        _handle: [TLSWrap],
        _parent: null,
        _host: 'www.aros.dk',
        _readableState: [ReadableState],
        readable: true,
        _maxListeners: undefined,
        _writableState: [WritableState],
        writable: false,
        allowHalfOpen: false,
        _sockname: null,
        _pendingData: null,
        _pendingEncoding: '',
        server: undefined,
        _server: null,
        ssl: [TLSWrap],
        _requestCert: true,
        _rejectUnauthorized: true,
        parser: null,
        _httpMessage: [Circular],
        [Symbol(res)]: [TLSWrap],
        [Symbol(asyncId)]: 153039185,
        [Symbol(lastWriteQueueSize)]: 0,
        [Symbol(timeout)]: null,
        [Symbol(kBytesRead)]: 0,
        [Symbol(kBytesWritten)]: 0,
        [Symbol(connect-options)]: [Object] },
     connection:
      TLSSocket {
        _tlsOptions: [Object],
        _secureEstablished: true,
        _securePending: false,
        _newSessionPending: false,
        _controlReleased: true,
        _SNICallback: null,
        servername: 'www.aros.dk',
        alpnProtocol: false,
        authorized: true,
        authorizationError: null,
        encrypted: true,
        _events: [Object],
        _eventsCount: 8,
        connecting: false,
        _hadError: false,
        _handle: [TLSWrap],
        _parent: null,
        _host: 'www.aros.dk',
        _readableState: [ReadableState],
        readable: true,
        _maxListeners: undefined,
        _writableState: [WritableState],
        writable: false,
        allowHalfOpen: false,
        _sockname: null,
        _pendingData: null,
        _pendingEncoding: '',
        server: undefined,
        _server: null,
        ssl: [TLSWrap],
        _requestCert: true,
        _rejectUnauthorized: true,
        parser: null,
        _httpMessage: [Circular],
        [Symbol(res)]: [TLSWrap],
        [Symbol(asyncId)]: 153039185,
        [Symbol(lastWriteQueueSize)]: 0,
        [Symbol(timeout)]: null,
        [Symbol(kBytesRead)]: 0,
        [Symbol(kBytesWritten)]: 0,
        [Symbol(connect-options)]: [Object] },
     _header:
      'GET /umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true HTTP/1.1\r\nAccept: application/json, text/plain, */*\r\nUser-Agent: axios/0.17.1\r\nHost: www.aros.dk\r\nConnection: close\r\n\r\n',
     _onPendingData: [Function: noopPendingOutput],
     agent:
      Agent {
        _events: [Object],
        _eventsCount: 1,
        _maxListeners: undefined,
        defaultPort: 443,
        protocol: 'https:',
        options: [Object],
        requests: {},
        sockets: [Object],
        freeSockets: {},
        keepAliveMsecs: 1000,
        keepAlive: false,
        maxSockets: Infinity,
        maxFreeSockets: 256,
        maxCachedSessions: 100,
        _sessionCache: [Object] },
     socketPath: undefined,
     timeout: undefined,
     method: 'GET',
     insecureHTTPParser: undefined,
     path:
      '/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true',
     _ended: true,
     res:
      IncomingMessage {
        _readableState: [ReadableState],
        readable: false,
        _events: [Object],
        _eventsCount: 3,
        _maxListeners: undefined,
        socket: [TLSSocket],
        connection: [TLSSocket],
        httpVersionMajor: 1,
        httpVersionMinor: 1,
        httpVersion: '1.1',
        complete: true,
        headers: [Object],
        rawHeaders: [Array],
        trailers: {},
        rawTrailers: [],
        aborted: false,
        upgrade: false,
        url: '',
        method: null,
        statusCode: 404,
        statusMessage: 'Not Found',
        client: [TLSSocket],
        _consuming: true,
        _dumped: false,
        req: [Circular],
        responseUrl:
         'https://www.aros.dk/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true' },
     aborted: undefined,
     timeoutCb: null,
     upgradeOrConnect: false,
     parser: null,
     maxHeadersCount: null,
     _redirectable:
      Writable {
        _writableState: [WritableState],
        writable: true,
        _events: [Object],
        _eventsCount: 2,
        _maxListeners: undefined,
        _redirectCount: 1,
        _onNativeResponse: [Function],
        _currentRequest: [Circular],
        _currentUrl:
         'https://www.aros.dk/umbraco/api/spa/GetData?appHost=www.aros.dk&parts=content%2Cnavigation%2Csite&url=%2Fandroid-chrome-192x192.png&navLevels=2&navContext=true',
        _isRedirect: true },
     [Symbol(isCorked)]: false,
     [Symbol(outHeadersKey)]:
      [Object: null prototype] { accept: [Array], 'user-agent': [Array], host: [Array] } },
  data:
   { pageId: 3775,
     siteId: 1077,
     contentGuid: '688cc83b-3ad9-425a-b7a0-73f3021bd9b4',
     navigation: { children: [], context: [Object] },
     site:
      { id: 1077,
        name: 'ARoS',
        url: '/da/',
        navigation: [Object],
        loadingPearls: [Array],
        footer: [Object],
        labels: [Array],
        cookieBanner: [Object] },
     content:
      { grid: [Object],
        extraInfoText: '',
        openingsHours: [],
        where: '',
        label: '',
        title: 'Siden blev ikke fundet',
        mobileTitle: 'Siden blev ikke fundet',
        seoPreview: null,
        hideFromSearch: false,
        redirect: null,
        skyRedirect: [Object],
        umbracoNaviHide: false,
        id: 3775,
        url: '/da/om/om-aros/siden-blev-ikke-fundet/',
        noCache: false,
        meta: [Object],
        path: [Array],
        template: 'Article',
        culture: 'da-DK',
        created: '2019-08-30T10:46:22',
        updated: '2019-11-01T14:22:35',
        intro: [Object],
        relatedPages: [Array],
        relatedSpot: [Object],
        relatedEvents: null,
        theme: [Object],
        name: 'Siden blev ikke fundet',
        urlName: 'siden-blev-ikke-fundet',
        documentTypeAlias: 'arosArticle',
        level: 5 },
     executeTimeMs: 16 } }