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:

(node:18876) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Fetch Error: Error: Request failed with status code 503
    at createError (C:\inetpub\wwwroot\MayflowerPortal\node_modules\axios\lib\core\createError.js:16:15)
    at settle (C:\inetpub\wwwroot\MayflowerPortal\node_modules\axios\lib\core\settle.js:17:12)
    at IncomingMessage.handleStreamEnd (C:\inetpub\wwwroot\MayflowerPortal\node_modules\axios\lib\adapters\http.js:269:11)
    at IncomingMessage.emit (node:events:402:35)
    at endReadableNT (node:internal/streams/readable:1343:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  config: {
    url: 'http://localhost:\\\\.\\pipe\\08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
    method: 'get',
    headers: {
      Accept: 'application/json, text/plain, */*',
      'User-Agent': 'axios/0.21.4'
    },
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    adapter: [Function: httpAdapter],
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    validateStatus: [Function: validateStatus],
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    data: undefined
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      socket: [Function (anonymous)],
      timeout: [Function (anonymous)],
      prefinish: [Function: requestOnPrefinish]
    },
    _eventsCount: 7,
    _maxListeners: undefined,
    outputData: [],
    outputSize: 0,
    writable: true,
    destroyed: false,
    _last: true,
    chunkedEncoding: false,
    shouldKeepAlive: false,
    maxRequestsOnConnectionReached: false,
    _defaultKeepAlive: true,
    useChunkedEncodingByDefault: false,
    sendDate: false,
    _removedConnection: false,
    _removedContLen: false,
    _removedTE: false,
    _contentLength: 0,
    _hasBody: true,
    _trailer: '',
    finished: true,
    _headerSent: true,
    _closed: false,
    socket: Socket {
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'localhost',
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: false,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: null,
      _server: null,
      parser: null,
      _httpMessage: [Circular *1],
      [Symbol(async_id_symbol)]: 109468,
      [Symbol(kHandle)]: [TCP],
      [Symbol(kSetNoDelay)]: false,
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: null,
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesRead)]: 0,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(RequestTimeout)]: undefined
    },
    _header: 'GET //./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json HTTP/1.1\r\n' +
      'Accept: application/json, text/plain, */*\r\n' +
      'User-Agent: axios/0.21.4\r\n' +
      'Host: localhost\r\n' +
      'Connection: close\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: nop],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 80,
      protocol: 'http:',
      options: [Object: null prototype],
      requests: [Object: null prototype] {},
      sockets: [Object: null prototype],
      freeSockets: [Object: null prototype] {},
      keepAliveMsecs: 1000,
      keepAlive: false,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'lifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 1,
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    path: '//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
    _ended: true,
    res: IncomingMessage {
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 3,
      _maxListeners: undefined,
      socket: [Socket],
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 503,
      statusMessage: 'Service Unavailable',
      client: [Socket],
      _consuming: false,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'http://localhost//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 10,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0,
      [Symbol(RequestTimeout)]: undefined
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'localhost',
    protocol: 'http:',
    _redirectable: Writable {
      _writableState: [WritableState],
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 0,
      _requestBodyBuffers: [],
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'http://localhost//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      [Symbol(kCapture)]: false
    },
    [Symbol(kCapture)]: false,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'user-agent': [Array],
      host: [Array]
    }
  },
  response: {
    status: 503,
    statusText: 'Service Unavailable',
    headers: {
      'content-type': 'text/html; charset=us-ascii',
      server: 'Microsoft-HTTPAPI/2.0',
      date: 'Thu, 26 Mar 2026 07:04:18 GMT',
      connection: 'close',
      'content-length': '326'
    },
    config: {
      url: 'http://localhost:\\\\.\\pipe\\08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      method: 'get',
      headers: [Object],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 0,
      adapter: [Function: httpAdapter],
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      validateStatus: [Function: validateStatus],
      transitional: [Object],
      data: undefined
    },
    request: <ref *1> ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: false,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      socket: [Socket],
      _header: 'GET //./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'User-Agent: axios/0.21.4\r\n' +
        'Host: localhost\r\n' +
        'Connection: close\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'localhost',
      protocol: 'http:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    data: '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">\r\n' +
      '<HTML><HEAD><TITLE>Service Unavailable</TITLE>\r\n' +
      '<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>\r\n' +
      '<BODY><h2>Service Unavailable</h2>\r\n' +
      '<hr><p>HTTP Error 503. The service is unavailable.</p>\r\n' +
      '</BODY></HTML>\r\n'
  },
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
Cannot stringify a function 
Fetch Error: Error: Request failed with status code 503
    at createError (C:\inetpub\wwwroot\MayflowerPortal\node_modules\axios\lib\core\createError.js:16:15)
    at settle (C:\inetpub\wwwroot\MayflowerPortal\node_modules\axios\lib\core\settle.js:17:12)
    at IncomingMessage.handleStreamEnd (C:\inetpub\wwwroot\MayflowerPortal\node_modules\axios\lib\adapters\http.js:269:11)
    at IncomingMessage.emit (node:events:402:35)
    at endReadableNT (node:internal/streams/readable:1343:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  config: {
    url: 'http://localhost:\\\\.\\pipe\\08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
    method: 'get',
    headers: {
      Accept: 'application/json, text/plain, */*',
      'User-Agent': 'axios/0.21.4'
    },
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    adapter: [Function: httpAdapter],
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    validateStatus: [Function: validateStatus],
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    data: undefined
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      socket: [Function (anonymous)],
      timeout: [Function (anonymous)],
      prefinish: [Function: requestOnPrefinish]
    },
    _eventsCount: 7,
    _maxListeners: undefined,
    outputData: [],
    outputSize: 0,
    writable: true,
    destroyed: false,
    _last: true,
    chunkedEncoding: false,
    shouldKeepAlive: false,
    maxRequestsOnConnectionReached: false,
    _defaultKeepAlive: true,
    useChunkedEncodingByDefault: false,
    sendDate: false,
    _removedConnection: false,
    _removedContLen: false,
    _removedTE: false,
    _contentLength: 0,
    _hasBody: true,
    _trailer: '',
    finished: true,
    _headerSent: true,
    _closed: false,
    socket: Socket {
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'localhost',
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: false,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: null,
      _server: null,
      parser: null,
      _httpMessage: [Circular *1],
      [Symbol(async_id_symbol)]: 120276,
      [Symbol(kHandle)]: [TCP],
      [Symbol(kSetNoDelay)]: false,
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: null,
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesRead)]: 0,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(RequestTimeout)]: undefined
    },
    _header: 'GET //./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json HTTP/1.1\r\n' +
      'Accept: application/json, text/plain, */*\r\n' +
      'User-Agent: axios/0.21.4\r\n' +
      'Host: localhost\r\n' +
      'Connection: close\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: nop],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 80,
      protocol: 'http:',
      options: [Object: null prototype],
      requests: [Object: null prototype] {},
      sockets: [Object: null prototype],
      freeSockets: [Object: null prototype] {},
      keepAliveMsecs: 1000,
      keepAlive: false,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'lifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 1,
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    path: '//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
    _ended: true,
    res: IncomingMessage {
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 3,
      _maxListeners: undefined,
      socket: [Socket],
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 503,
      statusMessage: 'Service Unavailable',
      client: [Socket],
      _consuming: false,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'http://localhost//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 10,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0,
      [Symbol(RequestTimeout)]: undefined
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'localhost',
    protocol: 'http:',
    _redirectable: Writable {
      _writableState: [WritableState],
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 0,
      _requestBodyBuffers: [],
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'http://localhost//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      [Symbol(kCapture)]: false
    },
    [Symbol(kCapture)]: false,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'user-agent': [Array],
      host: [Array]
    }
  },
  response: {
    status: 503,
    statusText: 'Service Unavailable',
    headers: {
      'content-type': 'text/html; charset=us-ascii',
      server: 'Microsoft-HTTPAPI/2.0',
      date: 'Thu, 26 Mar 2026 07:06:45 GMT',
      connection: 'close',
      'content-length': '326'
    },
    config: {
      url: 'http://localhost:\\\\.\\pipe\\08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      method: 'get',
      headers: [Object],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 0,
      adapter: [Function: httpAdapter],
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      validateStatus: [Function: validateStatus],
      transitional: [Object],
      data: undefined
    },
    request: <ref *1> ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: false,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      socket: [Socket],
      _header: 'GET //./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'User-Agent: axios/0.21.4\r\n' +
        'Host: localhost\r\n' +
        'Connection: close\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'localhost',
      protocol: 'http:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    data: '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">\r\n' +
      '<HTML><HEAD><TITLE>Service Unavailable</TITLE>\r\n' +
      '<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>\r\n' +
      '<BODY><h2>Service Unavailable</h2>\r\n' +
      '<hr><p>HTTP Error 503. The service is unavailable.</p>\r\n' +
      '</BODY></HTML>\r\n'
  },
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
Cannot stringify a function 
Fetch Error: Error: Request failed with status code 503
    at createError (C:\inetpub\wwwroot\MayflowerPortal\node_modules\axios\lib\core\createError.js:16:15)
    at settle (C:\inetpub\wwwroot\MayflowerPortal\node_modules\axios\lib\core\settle.js:17:12)
    at IncomingMessage.handleStreamEnd (C:\inetpub\wwwroot\MayflowerPortal\node_modules\axios\lib\adapters\http.js:269:11)
    at IncomingMessage.emit (node:events:402:35)
    at endReadableNT (node:internal/streams/readable:1343:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  config: {
    url: 'http://localhost:\\\\.\\pipe\\08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
    method: 'get',
    headers: {
      Accept: 'application/json, text/plain, */*',
      'User-Agent': 'axios/0.21.4'
    },
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    adapter: [Function: httpAdapter],
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    validateStatus: [Function: validateStatus],
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    data: undefined
  },
  request: <ref *1> ClientRequest {
    _events: [Object: null prototype] {
      abort: [Function (anonymous)],
      aborted: [Function (anonymous)],
      connect: [Function (anonymous)],
      error: [Function (anonymous)],
      socket: [Function (anonymous)],
      timeout: [Function (anonymous)],
      prefinish: [Function: requestOnPrefinish]
    },
    _eventsCount: 7,
    _maxListeners: undefined,
    outputData: [],
    outputSize: 0,
    writable: true,
    destroyed: false,
    _last: true,
    chunkedEncoding: false,
    shouldKeepAlive: false,
    maxRequestsOnConnectionReached: false,
    _defaultKeepAlive: true,
    useChunkedEncodingByDefault: false,
    sendDate: false,
    _removedConnection: false,
    _removedContLen: false,
    _removedTE: false,
    _contentLength: 0,
    _hasBody: true,
    _trailer: '',
    finished: true,
    _headerSent: true,
    _closed: false,
    socket: Socket {
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'localhost',
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: false,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: null,
      _server: null,
      parser: null,
      _httpMessage: [Circular *1],
      [Symbol(async_id_symbol)]: 123219,
      [Symbol(kHandle)]: [TCP],
      [Symbol(kSetNoDelay)]: false,
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: null,
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesRead)]: 0,
      [Symbol(kBytesWritten)]: 0,
      [Symbol(RequestTimeout)]: undefined
    },
    _header: 'GET //./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json HTTP/1.1\r\n' +
      'Accept: application/json, text/plain, */*\r\n' +
      'User-Agent: axios/0.21.4\r\n' +
      'Host: localhost\r\n' +
      'Connection: close\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: nop],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 80,
      protocol: 'http:',
      options: [Object: null prototype],
      requests: [Object: null prototype] {},
      sockets: [Object: null prototype],
      freeSockets: [Object: null prototype] {},
      keepAliveMsecs: 1000,
      keepAlive: false,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'lifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 1,
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    path: '//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
    _ended: true,
    res: IncomingMessage {
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 3,
      _maxListeners: undefined,
      socket: [Socket],
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 503,
      statusMessage: 'Service Unavailable',
      client: [Socket],
      _consuming: false,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'http://localhost//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 10,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0,
      [Symbol(RequestTimeout)]: undefined
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'localhost',
    protocol: 'http:',
    _redirectable: Writable {
      _writableState: [WritableState],
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 0,
      _requestBodyBuffers: [],
      _onNativeResponse: [Function (anonymous)],
      _currentRequest: [Circular *1],
      _currentUrl: 'http://localhost//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      [Symbol(kCapture)]: false
    },
    [Symbol(kCapture)]: false,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      'user-agent': [Array],
      host: [Array]
    }
  },
  response: {
    status: 503,
    statusText: 'Service Unavailable',
    headers: {
      'content-type': 'text/html; charset=us-ascii',
      server: 'Microsoft-HTTPAPI/2.0',
      date: 'Thu, 26 Mar 2026 07:07:04 GMT',
      connection: 'close',
      'content-length': '326'
    },
    config: {
      url: 'http://localhost:\\\\.\\pipe\\08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      method: 'get',
      headers: [Object],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 0,
      adapter: [Function: httpAdapter],
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      validateStatus: [Function: validateStatus],
      transitional: [Object],
      data: undefined
    },
    request: <ref *1> ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: false,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      socket: [Socket],
      _header: 'GET //./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'User-Agent: axios/0.21.4\r\n' +
        'Host: localhost\r\n' +
        'Connection: close\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '//./pipe/08a14810-2757-4977-9f41-078ebdf00397/realtimeroute/realtimeroute.json',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'localhost',
      protocol: 'http:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    data: '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">\r\n' +
      '<HTML><HEAD><TITLE>Service Unavailable</TITLE>\r\n' +
      '<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>\r\n' +
      '<BODY><h2>Service Unavailable</h2>\r\n' +
      '<hr><p>HTTP Error 503. The service is unavailable.</p>\r\n' +
      '</BODY></HTML>\r\n'
  },
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
Cannot stringify a function 
Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) {
  errno: -4077,
  code: 'ECONNRESET',
  syscall: 'read',
  config: {
    url: 'https://cms.mayflower.com.my/umbraco/shared/get',
    method: 'get',
    headers: {
      Accept: 'application/json, text/plain, */*',
      connection: 'keep-alive',
      'accept-encoding': 'gzip, deflate',
      'user-agent': 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)',
      'x-forwarded-for': '2a03:2880:15ff:71::',
      'cdn-loop': 'cloudflare; loops=1',
      'cf-ipcountry': 'US',
      'cf-visitor': '{"scheme":"https"}',
      'x-original-url': '/',
      Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjkwOWUxMmY4LWEzMmQtYzdlYS0xODc4LTFhY2Q2ZGJhMGUzNiIsIklwLUFkZHJlc3MiOiIyYTAzOjI4ODA6MTVmZjo3MTo6LDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3NzQ1MTc3NDcsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.k2wsuDpcmTTHDlYqTeSgimqd_I0r85xxxvc-Vms7h9I'
    },
    params: {
      query: 'title,subtitle,link,target',
      deep: 8,
      key: 'd7226312-b6d3-400a-86f7-7791fa1d69ed',
      subKey: 5128
    },
    baseURL: 'http://localhost:\\\\.\\pipe\\08a14810-2757-4977-9f41-078ebdf00397/',
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    adapter: [Function: httpAdapter],
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    validateStatus: [Function: validateStatus],
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    data: undefined
  },
  request: <ref *1> Writable {
    _writableState: WritableState {
      objectMode: false,
      highWaterMark: 16384,
      finalCalled: false,
      needDrain: false,
      ending: false,
      ended: false,
      finished: false,
      destroyed: false,
      decodeStrings: true,
      defaultEncoding: 'utf8',
      length: 0,
      writing: false,
      corked: 0,
      sync: true,
      bufferProcessing: false,
      onwrite: [Function: bound onwrite],
      writecb: null,
      writelen: 0,
      afterWriteTickInfo: null,
      buffered: [],
      bufferedIndex: 0,
      allBuffers: true,
      allNoop: true,
      pendingcb: 0,
      constructed: true,
      prefinished: false,
      errorEmitted: false,
      emitClose: true,
      autoDestroy: true,
      errored: null,
      closed: false,
      closeEmitted: false,
      [Symbol(kOnFinished)]: []
    },
    _events: [Object: null prototype] {
      response: [Function: handleResponse],
      error: [Function: handleRequestError]
    },
    _eventsCount: 2,
    _maxListeners: undefined,
    _options: {
      maxRedirects: 21,
      maxBodyLength: 10485760,
      protocol: 'https:',
      path: '/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
      method: 'GET',
      headers: [Object],
      agent: undefined,
      agents: [Object],
      auth: undefined,
      hostname: 'cms.mayflower.com.my',
      port: null,
      nativeProtocols: [Object],
      pathname: '/umbraco/shared/get',
      search: '?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128'
    },
    _ended: true,
    _ending: true,
    _redirectCount: 0,
    _redirects: [],
    _requestBodyLength: 0,
    _requestBodyBuffers: [],
    _onNativeResponse: [Function (anonymous)],
    _currentRequest: ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      socket: [TLSSocket],
      _header: 'GET /umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128 HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'connection: keep-alive\r\n' +
        'accept-encoding: gzip, deflate\r\n' +
        'user-agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\r\n' +
        'x-forwarded-for: 2a03:2880:15ff:71::\r\n' +
        'cdn-loop: cloudflare; loops=1\r\n' +
        'cf-ipcountry: US\r\n' +
        'cf-visitor: {"scheme":"https"}\r\n' +
        'x-original-url: /\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjkwOWUxMmY4LWEzMmQtYzdlYS0xODc4LTFhY2Q2ZGJhMGUzNiIsIklwLUFkZHJlc3MiOiIyYTAzOjI4ODA6MTVmZjo3MTo6LDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3NzQ1MTc3NDcsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.k2wsuDpcmTTHDlYqTeSgimqd_I0r85xxxvc-Vms7h9I\r\n' +
        'Host: cms.mayflower.com.my\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
      _ended: false,
      res: null,
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'cms.mayflower.com.my',
      protocol: 'https:',
      _redirectable: [Circular *1],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    _currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=title,subtitle,link,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5128',
    [Symbol(kCapture)]: false
  },
  response: undefined,
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) {
  errno: -4077,
  code: 'ECONNRESET',
  syscall: 'read',
  config: {
    url: 'https://cms.mayflower.com.my/umbraco/shared/get',
    method: 'get',
    headers: {
      Accept: 'application/json, text/plain, */*',
      connection: 'keep-alive',
      'accept-encoding': 'gzip, deflate',
      from: 'googlebot(at)googlebot.com',
      'if-modified-since': 'Sun, 22 Mar 2026 01:31:55 GMT',
      'user-agent': 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.7680.153 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',
      'x-forwarded-for': '192.178.6.69',
      'amp-cache-transform': 'google;v="1..8"',
      'cdn-loop': 'cloudflare; loops=1',
      'cf-ipcountry': 'US',
      'cf-visitor': '{"scheme":"https"}',
      'x-original-url': '/cancel',
      Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6Ijk0ZTlmMDhjLTAzMTAtMzJlMi0yOTc3LTVlMzU3N2ZhZDFkNyIsIklwLUFkZHJlc3MiOiIxOTIuMTc4LjYuNjksMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc3NDUxNzc1NiwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.xvv4ud_um6a78z1XlFyEM4oPPeGGVgHijHl6QA0Ijo0'
    },
    params: {
      query: 'name,menuParentName,menuName,menuLink,target',
      deep: 8,
      key: 'd7226312-b6d3-400a-86f7-7791fa1d69ed',
      subKey: 5051
    },
    baseURL: 'http://localhost:\\\\.\\pipe\\08a14810-2757-4977-9f41-078ebdf00397/',
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    adapter: [Function: httpAdapter],
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    validateStatus: [Function: validateStatus],
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    data: undefined
  },
  request: <ref *1> Writable {
    _writableState: WritableState {
      objectMode: false,
      highWaterMark: 16384,
      finalCalled: false,
      needDrain: false,
      ending: false,
      ended: false,
      finished: false,
      destroyed: false,
      decodeStrings: true,
      defaultEncoding: 'utf8',
      length: 0,
      writing: false,
      corked: 0,
      sync: true,
      bufferProcessing: false,
      onwrite: [Function: bound onwrite],
      writecb: null,
      writelen: 0,
      afterWriteTickInfo: null,
      buffered: [],
      bufferedIndex: 0,
      allBuffers: true,
      allNoop: true,
      pendingcb: 0,
      constructed: true,
      prefinished: false,
      errorEmitted: false,
      emitClose: true,
      autoDestroy: true,
      errored: null,
      closed: false,
      closeEmitted: false,
      [Symbol(kOnFinished)]: []
    },
    _events: [Object: null prototype] {
      response: [Function: handleResponse],
      error: [Function: handleRequestError]
    },
    _eventsCount: 2,
    _maxListeners: undefined,
    _options: {
      maxRedirects: 21,
      maxBodyLength: 10485760,
      protocol: 'https:',
      path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
      method: 'GET',
      headers: [Object],
      agent: undefined,
      agents: [Object],
      auth: undefined,
      hostname: 'cms.mayflower.com.my',
      port: null,
      nativeProtocols: [Object],
      pathname: '/umbraco/shared/get',
      search: '?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051'
    },
    _ended: true,
    _ending: true,
    _redirectCount: 0,
    _redirects: [],
    _requestBodyLength: 0,
    _requestBodyBuffers: [],
    _onNativeResponse: [Function (anonymous)],
    _currentRequest: ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      socket: [TLSSocket],
      _header: 'GET /umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051 HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'connection: keep-alive\r\n' +
        'accept-encoding: gzip, deflate\r\n' +
        'from: googlebot(at)googlebot.com\r\n' +
        'if-modified-since: Sun, 22 Mar 2026 01:31:55 GMT\r\n' +
        'user-agent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.7680.153 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\r\n' +
        'x-forwarded-for: 192.178.6.69\r\n' +
        'amp-cache-transform: google;v="1..8"\r\n' +
        'cdn-loop: cloudflare; loops=1\r\n' +
        'cf-ipcountry: US\r\n' +
        'cf-visitor: {"scheme":"https"}\r\n' +
        'x-original-url: /cancel\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6Ijk0ZTlmMDhjLTAzMTAtMzJlMi0yOTc3LTVlMzU3N2ZhZDFkNyIsIklwLUFkZHJlc3MiOiIxOTIuMTc4LjYuNjksMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc3NDUxNzc1NiwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.xvv4ud_um6a78z1XlFyEM4oPPeGGVgHijHl6QA0Ijo0\r\n' +
        'Host: cms.mayflower.com.my\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
      _ended: false,
      res: null,
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'cms.mayflower.com.my',
      protocol: 'https:',
      _redirectable: [Circular *1],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    _currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
    [Symbol(kCapture)]: false
  },
  response: undefined,
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) {
  errno: -4077,
  code: 'ECONNRESET',
  syscall: 'read',
  config: {
    url: 'https://cms.mayflower.com.my/umbraco/shared/get',
    method: 'get',
    headers: {
      Accept: 'application/json, text/plain, */*',
      'cache-control': 'no-cache',
      connection: 'keep-alive',
      pragma: 'no-cache',
      'accept-encoding': 'gzip, deflate',
      'accept-language': 'en-US,en;q=0.9',
      cookie: '_ga=GA1.1.1586689551.1774490948; _fbp=fb.2.1774490948485.933519055929548069; _clck=uz22fg%5E2%5Eg4o%5E0%5E2276; iUUID=d51e58577eaf0550f12172acc7f970ed; innity.dmp.356.sess.id=99660811.356.1774510149003; innity.dmp.cks.innity=1; g_state={"i_l":2,"i_ll":1774510153457,"i_b":"AZUk1vneEohUXitPRamA69b44nJU4wqncR+6+Ku5NAg","i_e":{"enable_itp_optimization":0},"i_p":1774596543831}; _gcl_au=1.1.1068932175.1774490948.203581940.1774510145.1774510476; innity.dmp.356.sess=2.1774510149003.1774510149003.1774510480274; _ga_4L5CQ2212T=GS2.1.s1774510137$o4$g1$t1774510480$j58$l0$h0; _clsk=efcil9%5E1774510481012%5E4%5E1%5Eo.clarity.ms%2Fcollect',
      referer: 'https://book.mayflower.com.my/',
      'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0',
      priority: 'u=0, i',
      'upgrade-insecure-requests': '1',
      'sec-fetch-site': 'same-site',
      'sec-fetch-mode': 'navigate',
      'sec-fetch-user': '?1',
      'sec-fetch-dest': 'document',
      'sec-ch-ua': '"Chromium";v="146", "Not-A.Brand";v="24", "Microsoft Edge";v="146"',
      'sec-ch-ua-mobile': '?0',
      'sec-ch-ua-platform': '"Windows"',
      'cdn-loop': 'cloudflare; loops=1',
      'cf-ipcountry': 'MY',
      'cf-visitor': '{"scheme":"https"}',
      'x-forwarded-for': '211.24.50.64',
      'x-original-url': '/',
      Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImZmYTQ5MmJkLTI0MDAtNDIyMC1hMWQwLTY2NThmZGMzMzMyMiIsIklwLUFkZHJlc3MiOiIyMTEuMjQuNTAuNjQsMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc3NDUxNzc1MSwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.H9B1llLyMlFE2p2qtV3db0tWhQRPiBppjsbLVstYDr4'
    },
    params: {
      query: 'name,menuParentName,menuName,menuLink,target',
      deep: 8,
      key: 'd7226312-b6d3-400a-86f7-7791fa1d69ed',
      subKey: 5051
    },
    baseURL: 'http://localhost:\\\\.\\pipe\\08a14810-2757-4977-9f41-078ebdf00397/',
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    adapter: [Function: httpAdapter],
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    validateStatus: [Function: validateStatus],
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    data: undefined
  },
  request: <ref *1> Writable {
    _writableState: WritableState {
      objectMode: false,
      highWaterMark: 16384,
      finalCalled: false,
      needDrain: false,
      ending: false,
      ended: false,
      finished: false,
      destroyed: false,
      decodeStrings: true,
      defaultEncoding: 'utf8',
      length: 0,
      writing: false,
      corked: 0,
      sync: true,
      bufferProcessing: false,
      onwrite: [Function: bound onwrite],
      writecb: null,
      writelen: 0,
      afterWriteTickInfo: null,
      buffered: [],
      bufferedIndex: 0,
      allBuffers: true,
      allNoop: true,
      pendingcb: 0,
      constructed: true,
      prefinished: false,
      errorEmitted: false,
      emitClose: true,
      autoDestroy: true,
      errored: null,
      closed: false,
      closeEmitted: false,
      [Symbol(kOnFinished)]: []
    },
    _events: [Object: null prototype] {
      response: [Function: handleResponse],
      error: [Function: handleRequestError]
    },
    _eventsCount: 2,
    _maxListeners: undefined,
    _options: {
      maxRedirects: 21,
      maxBodyLength: 10485760,
      protocol: 'https:',
      path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
      method: 'GET',
      headers: [Object],
      agent: undefined,
      agents: [Object],
      auth: undefined,
      hostname: 'cms.mayflower.com.my',
      port: null,
      nativeProtocols: [Object],
      pathname: '/umbraco/shared/get',
      search: '?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051'
    },
    _ended: true,
    _ending: true,
    _redirectCount: 0,
    _redirects: [],
    _requestBodyLength: 0,
    _requestBodyBuffers: [],
    _onNativeResponse: [Function (anonymous)],
    _currentRequest: ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      socket: [TLSSocket],
      _header: 'GET /umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051 HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'cache-control: no-cache\r\n' +
        'connection: keep-alive\r\n' +
        'pragma: no-cache\r\n' +
        'accept-encoding: gzip, deflate\r\n' +
        'accept-language: en-US,en;q=0.9\r\n' +
        'cookie: _ga=GA1.1.1586689551.1774490948; _fbp=fb.2.1774490948485.933519055929548069; _clck=uz22fg%5E2%5Eg4o%5E0%5E2276; iUUID=d51e58577eaf0550f12172acc7f970ed; innity.dmp.356.sess.id=99660811.356.1774510149003; innity.dmp.cks.innity=1; g_state={"i_l":2,"i_ll":1774510153457,"i_b":"AZUk1vneEohUXitPRamA69b44nJU4wqncR+6+Ku5NAg","i_e":{"enable_itp_optimization":0},"i_p":1774596543831}; _gcl_au=1.1.1068932175.1774490948.203581940.1774510145.1774510476; innity.dmp.356.sess=2.1774510149003.1774510149003.1774510480274; _ga_4L5CQ2212T=GS2.1.s1774510137$o4$g1$t1774510480$j58$l0$h0; _clsk=efcil9%5E1774510481012%5E4%5E1%5Eo.clarity.ms%2Fcollect\r\n' +
        'referer: https://book.mayflower.com.my/\r\n' +
        'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36 Edg/146.0.0.0\r\n' +
        'priority: u=0, i\r\n' +
        'upgrade-insecure-requests: 1\r\n' +
        'sec-fetch-site: same-site\r\n' +
        'sec-fetch-mode: navigate\r\n' +
        'sec-fetch-user: ?1\r\n' +
        'sec-fetch-dest: document\r\n' +
        'sec-ch-ua: "Chromium";v="146", "Not-A.Brand";v="24", "Microsoft Edge";v="146"\r\n' +
        'sec-ch-ua-mobile: ?0\r\n' +
        'sec-ch-ua-platform: "Windows"\r\n' +
        'cdn-loop: cloudflare; loops=1\r\n' +
        'cf-ipcountry: MY\r\n' +
        'cf-visitor: {"scheme":"https"}\r\n' +
        'x-forwarded-for: 211.24.50.64\r\n' +
        'x-original-url: /\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImZmYTQ5MmJkLTI0MDAtNDIyMC1hMWQwLTY2NThmZGMzMzMyMiIsIklwLUFkZHJlc3MiOiIyMTEuMjQuNTAuNjQsMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc3NDUxNzc1MSwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.H9B1llLyMlFE2p2qtV3db0tWhQRPiBppjsbLVstYDr4\r\n' +
        'Host: cms.mayflower.com.my\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
      _ended: false,
      res: null,
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'cms.mayflower.com.my',
      protocol: 'https:',
      _redirectable: [Circular *1],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    _currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
    [Symbol(kCapture)]: false
  },
  response: undefined,
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20) {
  errno: -4077,
  code: 'ECONNRESET',
  syscall: 'read',
  config: {
    url: 'https://cms.mayflower.com.my/umbraco/shared/get',
    method: 'get',
    headers: {
      Accept: 'application/json, text/plain, */*',
      connection: 'keep-alive',
      'accept-encoding': 'gzip, deflate',
      'user-agent': 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)',
      'x-forwarded-for': '2a03:2880:2ff:59::',
      'cdn-loop': 'cloudflare; loops=1',
      'cf-ipcountry': 'US',
      'cf-visitor': '{"scheme":"https"}',
      'x-original-url': '/',
      Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImEwZDAyMWNjLWVjY2UtYTFhMS1kOGU3LWEzYzcyYWM1YWU0MiIsIklwLUFkZHJlc3MiOiIyYTAzOjI4ODA6MmZmOjU5OjosMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc3NDUxNzc0OSwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.QBzkc0aoUQNzMztXe8JwJEDfEIbPS1QzANxvOIjOk6E'
    },
    params: {
      query: 'name,menuParentName,menuName,menuLink,target',
      deep: 8,
      key: 'd7226312-b6d3-400a-86f7-7791fa1d69ed',
      subKey: 5051
    },
    baseURL: 'http://localhost:\\\\.\\pipe\\08a14810-2757-4977-9f41-078ebdf00397/',
    transformRequest: [ [Function: transformRequest] ],
    transformResponse: [ [Function: transformResponse] ],
    timeout: 0,
    adapter: [Function: httpAdapter],
    xsrfCookieName: 'XSRF-TOKEN',
    xsrfHeaderName: 'X-XSRF-TOKEN',
    maxContentLength: -1,
    maxBodyLength: -1,
    validateStatus: [Function: validateStatus],
    transitional: {
      silentJSONParsing: true,
      forcedJSONParsing: true,
      clarifyTimeoutError: false
    },
    data: undefined
  },
  request: <ref *1> Writable {
    _writableState: WritableState {
      objectMode: false,
      highWaterMark: 16384,
      finalCalled: false,
      needDrain: false,
      ending: false,
      ended: false,
      finished: false,
      destroyed: false,
      decodeStrings: true,
      defaultEncoding: 'utf8',
      length: 0,
      writing: false,
      corked: 0,
      sync: true,
      bufferProcessing: false,
      onwrite: [Function: bound onwrite],
      writecb: null,
      writelen: 0,
      afterWriteTickInfo: null,
      buffered: [],
      bufferedIndex: 0,
      allBuffers: true,
      allNoop: true,
      pendingcb: 0,
      constructed: true,
      prefinished: false,
      errorEmitted: false,
      emitClose: true,
      autoDestroy: true,
      errored: null,
      closed: false,
      closeEmitted: false,
      [Symbol(kOnFinished)]: []
    },
    _events: [Object: null prototype] {
      response: [Function: handleResponse],
      error: [Function: handleRequestError]
    },
    _eventsCount: 2,
    _maxListeners: undefined,
    _options: {
      maxRedirects: 21,
      maxBodyLength: 10485760,
      protocol: 'https:',
      path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
      method: 'GET',
      headers: [Object],
      agent: undefined,
      agents: [Object],
      auth: undefined,
      hostname: 'cms.mayflower.com.my',
      port: null,
      nativeProtocols: [Object],
      pathname: '/umbraco/shared/get',
      search: '?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051'
    },
    _ended: true,
    _ending: true,
    _redirectCount: 0,
    _redirects: [],
    _requestBodyLength: 0,
    _requestBodyBuffers: [],
    _onNativeResponse: [Function (anonymous)],
    _currentRequest: ClientRequest {
      _events: [Object: null prototype],
      _eventsCount: 7,
      _maxListeners: undefined,
      outputData: [],
      outputSize: 0,
      writable: true,
      destroyed: false,
      _last: true,
      chunkedEncoding: false,
      shouldKeepAlive: true,
      maxRequestsOnConnectionReached: false,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      _closed: false,
      socket: [TLSSocket],
      _header: 'GET /umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051 HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'connection: keep-alive\r\n' +
        'accept-encoding: gzip, deflate\r\n' +
        'user-agent: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\r\n' +
        'x-forwarded-for: 2a03:2880:2ff:59::\r\n' +
        'cdn-loop: cloudflare; loops=1\r\n' +
        'cf-ipcountry: US\r\n' +
        'cf-visitor: {"scheme":"https"}\r\n' +
        'x-original-url: /\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImEwZDAyMWNjLWVjY2UtYTFhMS1kOGU3LWEzYzcyYWM1YWU0MiIsIklwLUFkZHJlc3MiOiIyYTAzOjI4ODA6MmZmOjU5OjosMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc3NDUxNzc0OSwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.QBzkc0aoUQNzMztXe8JwJEDfEIbPS1QzANxvOIjOk6E\r\n' +
        'Host: cms.mayflower.com.my\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: nop],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
      _ended: false,
      res: null,
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'cms.mayflower.com.my',
      protocol: 'https:',
      _redirectable: [Circular *1],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    _currentUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=name,menuParentName,menuName,menuLink,target&deep=8&key=d7226312-b6d3-400a-86f7-7791fa1d69ed&subKey=5051',
    [Symbol(kCapture)]: false
  },
  response: undefined,
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
Cannot stringify a function