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:20380) [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)
Error: connect ETIMEDOUT 172.67.193.107:443
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
  errno: -4039,
  code: 'ETIMEDOUT',
  syscall: 'connect',
  address: '172.67.193.107',
  port: 443,
  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',
      'accept-language': 'zh-CN,zh-Hans;q=0.9',
      referer: 'https://googleads.g.doubleclick.net/',
      'user-agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22F76 [FBAN/FBIOS;FBAV/523.0.0.38.95;FBBV/766554692;FBDV/iPhone14,3;FBMD/iPhone;FBSN/iOS;FBSV/18.5;FBSS/3;FBID/phone;FBLC/zh_Qaau_CN;FBOP/5;FBRV/770877190;IABMV/1]',
      'sec-fetch-site': 'none',
      'cdn-loop': 'cloudflare; loops=1',
      'sec-fetch-dest': 'document',
      'x-forwarded-for': '115.135.30.173',
      'cf-visitor': '{"scheme":"https"}',
      priority: 'u=0, i',
      'cf-ipcountry': 'MY',
      'sec-fetch-mode': 'navigate',
      'x-original-url': '/flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=EAIaIQobChMI2ZrG0qfnjgMVP46sAh1i8xYBEAEYASAAEgJFYPD_BwE',
      Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjNhNDkyODhiLTZhNWQtMTJmZi00MmUzLWNjOTYxZjMyY2Y0ZiIsIklwLUFkZHJlc3MiOiIxMTUuMTM1LjMwLjE3MywxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzUzOTc5NDg2LCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.im3RevyZIMjQeELvrsRtk3KUNzNdNoQEZ9r_roAJK8w'
    },
    params: {
      query: 'image,mobileImage,link',
      deep: 5,
      key: 'ca53695a-8904-4d40-8e2e-d50cea9e0855',
      subKey: 8639
    },
    baseURL: 'http://localhost:\\\\.\\pipe\\08550e86-d344-4092-90e2-292d5855511b/',
    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=image,mobileImage,link&deep=5&key=ca53695a-8904-4d40-8e2e-d50cea9e0855&subKey=8639',
      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=image,mobileImage,link&deep=5&key=ca53695a-8904-4d40-8e2e-d50cea9e0855&subKey=8639'
    },
    _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=image,mobileImage,link&deep=5&key=ca53695a-8904-4d40-8e2e-d50cea9e0855&subKey=8639 HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'connection: keep-alive\r\n' +
        'accept-encoding: gzip, deflate\r\n' +
        'accept-language: zh-CN,zh-Hans;q=0.9\r\n' +
        'referer: https://googleads.g.doubleclick.net/\r\n' +
        'user-agent: Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/22F76 [FBAN/FBIOS;FBAV/523.0.0.38.95;FBBV/766554692;FBDV/iPhone14,3;FBMD/iPhone;FBSN/iOS;FBSV/18.5;FBSS/3;FBID/phone;FBLC/zh_Qaau_CN;FBOP/5;FBRV/770877190;IABMV/1]\r\n' +
        'sec-fetch-site: none\r\n' +
        'cdn-loop: cloudflare; loops=1\r\n' +
        'sec-fetch-dest: document\r\n' +
        'x-forwarded-for: 115.135.30.173\r\n' +
        'cf-visitor: {"scheme":"https"}\r\n' +
        'priority: u=0, i\r\n' +
        'cf-ipcountry: MY\r\n' +
        'sec-fetch-mode: navigate\r\n' +
        'x-original-url: /flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=EAIaIQobChMI2ZrG0qfnjgMVP46sAh1i8xYBEAEYASAAEgJFYPD_BwE\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjNhNDkyODhiLTZhNWQtMTJmZi00MmUzLWNjOTYxZjMyY2Y0ZiIsIklwLUFkZHJlc3MiOiIxMTUuMTM1LjMwLjE3MywxMy4yMjkuMjcuMjQzIiwiZXhwIjoxNzUzOTc5NDg2LCJpc3MiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyIsImF1ZCI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIn0.im3RevyZIMjQeELvrsRtk3KUNzNdNoQEZ9r_roAJK8w\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=image,mobileImage,link&deep=5&key=ca53695a-8904-4d40-8e2e-d50cea9e0855&subKey=8639',
      _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=image,mobileImage,link&deep=5&key=ca53695a-8904-4d40-8e2e-d50cea9e0855&subKey=8639',
    [Symbol(kCapture)]: false
  },
  response: undefined,
  isAxiosError: true,
  toJSON: [Function: toJSON]
}

[x1B][41m[x1B][30m ERROR [x1B][39m[x1B][49m Cannot read properties of undefined (reading 'metaDescription')

    [x1B][90mat [x1B][39mVueComponent.head ([x1B][36m35.js:922:32[x1B][39m)
    [x1B][90mat [x1B][39mVueComponent.computedGetter [as $metaInfo] ([x1B][36mnode_modules\vue\dist\vue.runtime.common.dev.js:5483:19[x1B][39m)
    [x1B][90mat [x1B][39mgetComponentOption ([x1B][36mnode_modules\vue-meta\dist\vue-meta.common.js:1016:29[x1B][39m)
    [x1B][90mat [x1B][39mnode_modules\vue-meta\dist\vue-meta.common.js:1043:16
    [x1B][90mat [x1B][39mArray.forEach ([x1B][36m<anonymous>[x1B][39m)
    [x1B][90mat [x1B][39mgetComponentOption ([x1B][36mnode_modules\vue-meta\dist\vue-meta.common.js:1036:15[x1B][39m)
    [x1B][90mat [x1B][39mnode_modules\vue-meta\dist\vue-meta.common.js:1043:16
    [x1B][90mat [x1B][39mArray.forEach ([x1B][36m<anonymous>[x1B][39m)
    [x1B][90mat [x1B][39mgetComponentOption ([x1B][36mnode_modules\vue-meta\dist\vue-meta.common.js:1036:15[x1B][39m)
    [x1B][90mat [x1B][39mnode_modules\vue-meta\dist\vue-meta.common.js:1043:16

Error: connect ETIMEDOUT 172.67.193.107:443
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
  errno: -4039,
  code: 'ETIMEDOUT',
  syscall: 'connect',
  address: '172.67.193.107',
  port: 443,
  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',
      'accept-language': 'en-US,en;q=0.9',
      referer: 'https://ed1f32164de8128a4ea514d29694f9c7.safeframe.googlesyndication.com/',
      'user-agent': 'Mozilla/5.0 (Linux; Android 12; V2029) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36 VivoBrowser/14.3.0.0',
      'x-forwarded-for': '2402:1980:462:1249:5744:28e:f0dd:a8ac',
      'sec-fetch-user': '?1',
      'cdn-loop': 'cloudflare; loops=1',
      'sec-ch-ua-platform': '"Android"',
      'cf-visitor': '{"scheme":"https"}',
      'sec-ch-ua-mobile': '?1',
      'sec-ch-ua': '"Android WebView";v="123", "Not:A-Brand";v="8", "Chromium";v="123"',
      'cf-ipcountry': 'MY',
      'sec-fetch-dest': 'iframe',
      'upgrade-insecure-requests': '1',
      'sec-fetch-site': 'cross-site',
      'sec-fetch-mode': 'navigate',
      'x-original-url': '/flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=EAIaIQobChMI39PRjajnjgMV36pmAh0DLxXnEAEYASAAEgLWj_D_BwE',
      Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjQ3YTJhMGJhLWI1YjgtNTJhYy1iODIwLTYxOWJiYWVkNGU4MSIsIklwLUFkZHJlc3MiOiIyNDAyOjE5ODA6NDYyOjEyNDk6NTc0NDoyOGU6ZjBkZDphOGFjLDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3NTM5Nzk1NTQsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.VWDxIs2bCv3rv4DBwnvmQgKS3xQEBBmc3IIIIgdIhBo'
    },
    params: {
      query: 'metaTitle,metaDescription,metaKeywords,metaRobots,key',
      deep: 3,
      key: 'd9bedad4-afae-4c40-9048-7767e1976b33'
    },
    baseURL: 'http://localhost:\\\\.\\pipe\\08550e86-d344-4092-90e2-292d5855511b/',
    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=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33',
      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=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33'
    },
    _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=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33 HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'connection: keep-alive\r\n' +
        'accept-encoding: gzip, deflate\r\n' +
        'accept-language: en-US,en;q=0.9\r\n' +
        'referer: https://ed1f32164de8128a4ea514d29694f9c7.safeframe.googlesyndication.com/\r\n' +
        'user-agent: Mozilla/5.0 (Linux; Android 12; V2029) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.118 Mobile Safari/537.36 VivoBrowser/14.3.0.0\r\n' +
        'x-forwarded-for: 2402:1980:462:1249:5744:28e:f0dd:a8ac\r\n' +
        'sec-fetch-user: ?1\r\n' +
        'cdn-loop: cloudflare; loops=1\r\n' +
        'sec-ch-ua-platform: "Android"\r\n' +
        'cf-visitor: {"scheme":"https"}\r\n' +
        'sec-ch-ua-mobile: ?1\r\n' +
        'sec-ch-ua: "Android WebView";v="123", "Not:A-Brand";v="8", "Chromium";v="123"\r\n' +
        'cf-ipcountry: MY\r\n' +
        'sec-fetch-dest: iframe\r\n' +
        'upgrade-insecure-requests: 1\r\n' +
        'sec-fetch-site: cross-site\r\n' +
        'sec-fetch-mode: navigate\r\n' +
        'x-original-url: /flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=EAIaIQobChMI39PRjajnjgMV36pmAh0DLxXnEAEYASAAEgLWj_D_BwE\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjQ3YTJhMGJhLWI1YjgtNTJhYy1iODIwLTYxOWJiYWVkNGU4MSIsIklwLUFkZHJlc3MiOiIyNDAyOjE5ODA6NDYyOjEyNDk6NTc0NDoyOGU6ZjBkZDphOGFjLDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3NTM5Nzk1NTQsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.VWDxIs2bCv3rv4DBwnvmQgKS3xQEBBmc3IIIIgdIhBo\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=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33',
      _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=metaTitle,metaDescription,metaKeywords,metaRobots,key&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33',
    [Symbol(kCapture)]: false
  },
  response: undefined,
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
Error: socket hang up
    at connResetException (node:internal/errors:691:14)
    at TLSSocket.socketOnEnd (node:_http_client:471:23)
    at TLSSocket.emit (node:events:402:35)
    at endReadableNT (node:internal/streams/readable:1343:12)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  code: 'ECONNRESET',
  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',
      'accept-language': 'en-GB,en;q=0.9',
      referer: 'https://campaign.mayflower.com.my/',
      'user-agent': 'Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21D61 Instagram 390.0.0.28.85 (iPhone12,1; iOS 17_3_1; en_GB; en-GB; scale=2.00; 828x1792; IABMV/1; 765313520)',
      'x-forwarded-for': '2404:160:181:9ea9:581a:c8ec:9182:b97a',
      'sec-fetch-site': 'same-site',
      'cdn-loop': 'cloudflare; loops=1',
      'sec-fetch-dest': 'document',
      'cf-visitor': '{"scheme":"https"}',
      'sec-fetch-mode': 'navigate',
      'cf-ipcountry': 'MY',
      priority: 'u=0, i',
      'x-original-url': '/clubmed?utm_medium=paid&utm_campaign=120229751752850363&utm_source=ig&utm_content=120229752579070363&utm_term=120229752578850363&media_type=image&utm_id=120229751752850363&fbclid=PAZXh0bgNhZW0BMABhZGlkAaskUtYg7PsBp87m51TAsTsvuzzRgkl5EYarptpInCMmVMbzn2GSoSNL0nadFfcRymKOf85D_aem_o2sfGmXOTw8DSM9q6YtOew',
      Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjZjYThlNmVhLWQyM2ItYjk4MC1lOGI4LTkxMTY4MjE2MmVlYiIsIklwLUFkZHJlc3MiOiIyNDA0OjE2MDoxODE6OWVhOTo1ODFhOmM4ZWM6OTE4MjpiOTdhLDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3NTM5Nzk1NDQsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.7ryEyZ07AjTiF-PVEO6y0RnDSbP9HrQm2HprWMSo4aU'
    },
    params: {
      query: 'title,subtitle,link,target',
      deep: 8,
      key: 'd7226312-b6d3-400a-86f7-7791fa1d69ed',
      subKey: 5128
    },
    baseURL: 'http://localhost:\\\\.\\pipe\\08550e86-d344-4092-90e2-292d5855511b/',
    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' +
        'accept-language: en-GB,en;q=0.9\r\n' +
        'referer: https://campaign.mayflower.com.my/\r\n' +
        'user-agent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21D61 Instagram 390.0.0.28.85 (iPhone12,1; iOS 17_3_1; en_GB; en-GB; scale=2.00; 828x1792; IABMV/1; 765313520)\r\n' +
        'x-forwarded-for: 2404:160:181:9ea9:581a:c8ec:9182:b97a\r\n' +
        'sec-fetch-site: same-site\r\n' +
        'cdn-loop: cloudflare; loops=1\r\n' +
        'sec-fetch-dest: document\r\n' +
        'cf-visitor: {"scheme":"https"}\r\n' +
        'sec-fetch-mode: navigate\r\n' +
        'cf-ipcountry: MY\r\n' +
        'priority: u=0, i\r\n' +
        'x-original-url: /clubmed?utm_medium=paid&utm_campaign=120229751752850363&utm_source=ig&utm_content=120229752579070363&utm_term=120229752578850363&media_type=image&utm_id=120229751752850363&fbclid=PAZXh0bgNhZW0BMABhZGlkAaskUtYg7PsBp87m51TAsTsvuzzRgkl5EYarptpInCMmVMbzn2GSoSNL0nadFfcRymKOf85D_aem_o2sfGmXOTw8DSM9q6YtOew\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjZjYThlNmVhLWQyM2ItYjk4MC1lOGI4LTkxMTY4MjE2MmVlYiIsIklwLUFkZHJlc3MiOiIyNDA0OjE2MDoxODE6OWVhOTo1ODFhOmM4ZWM6OTE4MjpiOTdhLDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3NTM5Nzk1NDQsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.7ryEyZ07AjTiF-PVEO6y0RnDSbP9HrQm2HprWMSo4aU\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]
}
Application has thrown an uncaught exception and is terminated:
TypeError: Cannot read properties of undefined (reading 'data')
    at server.js:14567:32
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)