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:17816) [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)
Cannot stringify a function 
Error: Request failed with status code 502
    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: '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',
      'user-agent': 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36',
      'x-forwarded-for': '2402:1980:c2f:137b::1',
      'sec-ch-ua-mobile': '?1',
      'sec-ch-ua-platform': '"Android"',
      priority: 'u=0, i',
      'upgrade-insecure-requests': '1',
      'sec-fetch-site': 'cross-site',
      'sec-fetch-mode': 'navigate',
      'sec-fetch-dest': 'document',
      'sec-ch-ua': '"Chromium";v="148", "Google Chrome";v="148", "Not/A)Brand";v="99"',
      'cdn-loop': 'cloudflare; loops=1',
      'cf-ipcountry': 'MY',
      'cf-visitor': '{"scheme":"https"}',
      'x-original-url': '/flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=Cj0KCQjw_7PRBhDcARIsAMjV7jlIq78k3S-q7OEV-BNumW8-9Y8Hm6GLOK1r-zeHtLJMjRZQCeMsu5MaAl00EALw_wcB',
      Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImYwMzZmZDc1LWI3YTAtMzhhYy03NzY3LWFmY2QyMThjZGM0NiIsIklwLUFkZHJlc3MiOiIyNDAyOjE5ODA6YzJmOjEzN2I6OjEsMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc4MTM1MjQzMiwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.52j69JnDfBpliXMOkohtEwNJAyMsbIHCdwuihG1xQoQ'
    },
    params: {
      key: 'b42a445e-3221-4697-b1a6-de2238cf06dc',
      query: 'items,menuName,link,target,defaultImageLink,imageLogo,title',
      deep: 9
    },
    baseURL: 'http://localhost:\\\\.\\pipe\\0cfa40c9-e17d-4856-be44-98198898ee49/',
    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: true,
    _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: true,
    socket: TLSSocket {
      _tlsOptions: [Object],
      _secureEstablished: true,
      _securePending: false,
      _newSessionPending: false,
      _controlReleased: true,
      secureConnecting: false,
      _SNICallback: null,
      servername: 'cms.mayflower.com.my',
      alpnProtocol: false,
      authorized: true,
      authorizationError: null,
      encrypted: true,
      _events: [Object: null prototype],
      _eventsCount: 8,
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'cms.mayflower.com.my',
      _readableState: [ReadableState],
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: false,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: undefined,
      _server: null,
      ssl: null,
      _requestCert: true,
      _rejectUnauthorized: true,
      parser: null,
      _httpMessage: [Circular *1],
      [Symbol(res)]: [TLSWrap],
      [Symbol(verified)]: true,
      [Symbol(pendingSession)]: null,
      [Symbol(async_id_symbol)]: 398075,
      [Symbol(kHandle)]: null,
      [Symbol(kSetNoDelay)]: false,
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: null,
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesRead)]: 1325,
      [Symbol(kBytesWritten)]: 1418,
      [Symbol(connect-options)]: [Object],
      [Symbol(RequestTimeout)]: undefined
    },
    _header: 'GET /umbraco/shared/get?key=b42a445e-3221-4697-b1a6-de2238cf06dc&query=items,menuName,link,target,defaultImageLink,imageLogo,title&deep=9 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' +
      'user-agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36\r\n' +
      'x-forwarded-for: 2402:1980:c2f:137b::1\r\n' +
      'sec-ch-ua-mobile: ?1\r\n' +
      'sec-ch-ua-platform: "Android"\r\n' +
      'priority: u=0, i\r\n' +
      'upgrade-insecure-requests: 1\r\n' +
      'sec-fetch-site: cross-site\r\n' +
      'sec-fetch-mode: navigate\r\n' +
      'sec-fetch-dest: document\r\n' +
      'sec-ch-ua: "Chromium";v="148", "Google Chrome";v="148", "Not/A)Brand";v="99"\r\n' +
      'cdn-loop: cloudflare; loops=1\r\n' +
      'cf-ipcountry: MY\r\n' +
      'cf-visitor: {"scheme":"https"}\r\n' +
      'x-original-url: /flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=Cj0KCQjw_7PRBhDcARIsAMjV7jlIq78k3S-q7OEV-BNumW8-9Y8Hm6GLOK1r-zeHtLJMjRZQCeMsu5MaAl00EALw_wcB\r\n' +
      'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImYwMzZmZDc1LWI3YTAtMzhhYy03NzY3LWFmY2QyMThjZGM0NiIsIklwLUFkZHJlc3MiOiIyNDAyOjE5ODA6YzJmOjEzN2I6OjEsMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc4MTM1MjQzMiwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.52j69JnDfBpliXMOkohtEwNJAyMsbIHCdwuihG1xQoQ\r\n' +
      'Host: cms.mayflower.com.my\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: nop],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 443,
      protocol: 'https:',
      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: 73,
      maxCachedSessions: 100,
      _sessionCache: [Object],
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    path: '/umbraco/shared/get?key=b42a445e-3221-4697-b1a6-de2238cf06dc&query=items,menuName,link,target,defaultImageLink,imageLogo,title&deep=9',
    _ended: true,
    res: IncomingMessage {
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 3,
      _maxListeners: undefined,
      socket: null,
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 502,
      statusMessage: 'Bad Gateway',
      client: [TLSSocket],
      _consuming: false,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?key=b42a445e-3221-4697-b1a6-de2238cf06dc&query=items,menuName,link,target,defaultImageLink,imageLogo,title&deep=9',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 24,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0,
      [Symbol(RequestTimeout)]: undefined
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'cms.mayflower.com.my',
    protocol: 'https:',
    _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: 'https://cms.mayflower.com.my/umbraco/shared/get?key=b42a445e-3221-4697-b1a6-de2238cf06dc&query=items,menuName,link,target,defaultImageLink,imageLogo,title&deep=9',
      [Symbol(kCapture)]: false
    },
    [Symbol(kCapture)]: false,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      connection: [Array],
      'accept-encoding': [Array],
      'accept-language': [Array],
      'user-agent': [Array],
      'x-forwarded-for': [Array],
      'sec-ch-ua-mobile': [Array],
      'sec-ch-ua-platform': [Array],
      priority: [Array],
      'upgrade-insecure-requests': [Array],
      'sec-fetch-site': [Array],
      'sec-fetch-mode': [Array],
      'sec-fetch-dest': [Array],
      'sec-ch-ua': [Array],
      'cdn-loop': [Array],
      'cf-ipcountry': [Array],
      'cf-visitor': [Array],
      'x-original-url': [Array],
      authorization: [Array],
      host: [Array]
    }
  },
  response: {
    status: 502,
    statusText: 'Bad Gateway',
    headers: {
      date: 'Sat, 13 Jun 2026 10:07:17 GMT',
      'content-type': 'application/json; charset=utf-8',
      'content-length': '873',
      connection: 'keep-alive',
      'retry-after': '60',
      'cache-control': 'private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0',
      expires: 'Thu, 01 Jan 1970 00:00:01 GMT',
      'referrer-policy': 'same-origin',
      'x-frame-options': 'SAMEORIGIN',
      server: 'cloudflare',
      'cf-ray': 'a0b049967a7c55ec-SIN',
      'alt-svc': 'h3=":443"; ma=86400'
    },
    config: {
      url: 'https://cms.mayflower.com.my/umbraco/shared/get',
      method: 'get',
      headers: [Object],
      params: [Object],
      baseURL: 'http://localhost:\\\\.\\pipe\\0cfa40c9-e17d-4856-be44-98198898ee49/',
      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: true,
      _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: true,
      socket: [TLSSocket],
      _header: 'GET /umbraco/shared/get?key=b42a445e-3221-4697-b1a6-de2238cf06dc&query=items,menuName,link,target,defaultImageLink,imageLogo,title&deep=9 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' +
        'user-agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36\r\n' +
        'x-forwarded-for: 2402:1980:c2f:137b::1\r\n' +
        'sec-ch-ua-mobile: ?1\r\n' +
        'sec-ch-ua-platform: "Android"\r\n' +
        'priority: u=0, i\r\n' +
        'upgrade-insecure-requests: 1\r\n' +
        'sec-fetch-site: cross-site\r\n' +
        'sec-fetch-mode: navigate\r\n' +
        'sec-fetch-dest: document\r\n' +
        'sec-ch-ua: "Chromium";v="148", "Google Chrome";v="148", "Not/A)Brand";v="99"\r\n' +
        'cdn-loop: cloudflare; loops=1\r\n' +
        'cf-ipcountry: MY\r\n' +
        'cf-visitor: {"scheme":"https"}\r\n' +
        'x-original-url: /flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=Cj0KCQjw_7PRBhDcARIsAMjV7jlIq78k3S-q7OEV-BNumW8-9Y8Hm6GLOK1r-zeHtLJMjRZQCeMsu5MaAl00EALw_wcB\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImYwMzZmZDc1LWI3YTAtMzhhYy03NzY3LWFmY2QyMThjZGM0NiIsIklwLUFkZHJlc3MiOiIyNDAyOjE5ODA6YzJmOjEzN2I6OjEsMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc4MTM1MjQzMiwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.52j69JnDfBpliXMOkohtEwNJAyMsbIHCdwuihG1xQoQ\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?key=b42a445e-3221-4697-b1a6-de2238cf06dc&query=items,menuName,link,target,defaultImageLink,imageLogo,title&deep=9',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'cms.mayflower.com.my',
      protocol: 'https:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    data: {
      type: 'https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-502/',
      title: 'Error 502: Bad gateway',
      status: 502,
      detail: 'The origin web server returned an invalid or incomplete response to Cloudflare. This typically indicates the origin is overloaded or misconfigured.',
      instance: 'a0b049967a7c55ec',
      error_code: 502,
      error_name: 'origin_bad_gateway',
      error_category: 'origin',
      ray_id: 'a0b049967a7c55ec',
      timestamp: '2026-06-13T10:07:17Z',
      zone: 'cms.mayflower.com.my',
      cloudflare_error: true,
      retryable: true,
      retry_after: 60,
      owner_action_required: true,
      what_you_should_do: '**Wait and retry.** Back off for at least 60 seconds. If the error persists, the website operator should check their origin server health and configuration.',
      footer: 'This error was generated by Cloudflare on behalf of the website owner.'
    }
  },
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
Error: Request failed with status code 502
    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: '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',
      'user-agent': 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36',
      'x-forwarded-for': '2402:1980:c2f:137b::1',
      'sec-ch-ua-mobile': '?1',
      'sec-ch-ua-platform': '"Android"',
      priority: 'u=0, i',
      'upgrade-insecure-requests': '1',
      'sec-fetch-site': 'cross-site',
      'sec-fetch-mode': 'navigate',
      'sec-fetch-dest': 'document',
      'sec-ch-ua': '"Chromium";v="148", "Google Chrome";v="148", "Not/A)Brand";v="99"',
      'cdn-loop': 'cloudflare; loops=1',
      'cf-ipcountry': 'MY',
      'cf-visitor': '{"scheme":"https"}',
      'x-original-url': '/flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=Cj0KCQjw_7PRBhDcARIsAMjV7jlIq78k3S-q7OEV-BNumW8-9Y8Hm6GLOK1r-zeHtLJMjRZQCeMsu5MaAl00EALw_wcB',
      Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImYwMzZmZDc1LWI3YTAtMzhhYy03NzY3LWFmY2QyMThjZGM0NiIsIklwLUFkZHJlc3MiOiIyNDAyOjE5ODA6YzJmOjEzN2I6OjEsMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc4MTM1MjQzNSwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.KRWMIBj6LOUKptbQT86Cy5OHRH1gMpD6UExNpnvZM9E'
    },
    params: {
      '$axios': [Function],
      query: 'pageImage',
      deep: 3,
      key: 'd9bedad4-afae-4c40-9048-7767e1976b33'
    },
    baseURL: 'http://localhost:\\\\.\\pipe\\0cfa40c9-e17d-4856-be44-98198898ee49/',
    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: true,
    _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: true,
    socket: TLSSocket {
      _tlsOptions: [Object],
      _secureEstablished: true,
      _securePending: false,
      _newSessionPending: false,
      _controlReleased: true,
      secureConnecting: false,
      _SNICallback: null,
      servername: 'cms.mayflower.com.my',
      alpnProtocol: false,
      authorized: true,
      authorizationError: null,
      encrypted: true,
      _events: [Object: null prototype],
      _eventsCount: 8,
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'cms.mayflower.com.my',
      _readableState: [ReadableState],
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: false,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: undefined,
      _server: null,
      ssl: null,
      _requestCert: true,
      _rejectUnauthorized: true,
      parser: null,
      _httpMessage: [Circular *1],
      [Symbol(res)]: [TLSWrap],
      [Symbol(verified)]: true,
      [Symbol(pendingSession)]: null,
      [Symbol(async_id_symbol)]: 397444,
      [Symbol(kHandle)]: null,
      [Symbol(kSetNoDelay)]: false,
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: null,
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesRead)]: 1325,
      [Symbol(kBytesWritten)]: 1599,
      [Symbol(connect-options)]: [Object],
      [Symbol(RequestTimeout)]: undefined
    },
    _header: 'GET /umbraco/shared/get?$axios=function+wrap()+%7B%0A++++var+args+%3D+new+Array(arguments.length)%3B%0A++++for+(var+i+%3D+0%3B+i+%3C+args.length%3B+i%2B%2B)+%7B%0A++++++args[i]+%3D+arguments[i]%3B%0A++++%7D%0A++++return+fn.apply(thisArg,+args)%3B%0A++%7D&query=pageImage&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' +
      'user-agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36\r\n' +
      'x-forwarded-for: 2402:1980:c2f:137b::1\r\n' +
      'sec-ch-ua-mobile: ?1\r\n' +
      'sec-ch-ua-platform: "Android"\r\n' +
      'priority: u=0, i\r\n' +
      'upgrade-insecure-requests: 1\r\n' +
      'sec-fetch-site: cross-site\r\n' +
      'sec-fetch-mode: navigate\r\n' +
      'sec-fetch-dest: document\r\n' +
      'sec-ch-ua: "Chromium";v="148", "Google Chrome";v="148", "Not/A)Brand";v="99"\r\n' +
      'cdn-loop: cloudflare; loops=1\r\n' +
      'cf-ipcountry: MY\r\n' +
      'cf-visitor: {"scheme":"https"}\r\n' +
      'x-original-url: /flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=Cj0KCQjw_7PRBhDcARIsAMjV7jlIq78k3S-q7OEV-BNumW8-9Y8Hm6GLOK1r-zeHtLJMjRZQCeMsu5MaAl00EALw_wcB\r\n' +
      'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImYwMzZmZDc1LWI3YTAtMzhhYy03NzY3LWFmY2QyMThjZGM0NiIsIklwLUFkZHJlc3MiOiIyNDAyOjE5ODA6YzJmOjEzN2I6OjEsMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc4MTM1MjQzNSwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.KRWMIBj6LOUKptbQT86Cy5OHRH1gMpD6UExNpnvZM9E\r\n' +
      'Host: cms.mayflower.com.my\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: nop],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 443,
      protocol: 'https:',
      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: 73,
      maxCachedSessions: 100,
      _sessionCache: [Object],
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    path: '/umbraco/shared/get?$axios=function+wrap()+%7B%0A++++var+args+%3D+new+Array(arguments.length)%3B%0A++++for+(var+i+%3D+0%3B+i+%3C+args.length%3B+i%2B%2B)+%7B%0A++++++args[i]+%3D+arguments[i]%3B%0A++++%7D%0A++++return+fn.apply(thisArg,+args)%3B%0A++%7D&query=pageImage&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33',
    _ended: true,
    res: IncomingMessage {
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 3,
      _maxListeners: undefined,
      socket: null,
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 502,
      statusMessage: 'Bad Gateway',
      client: [TLSSocket],
      _consuming: false,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?$axios=function+wrap()+%7B%0A++++var+args+%3D+new+Array(arguments.length)%3B%0A++++for+(var+i+%3D+0%3B+i+%3C+args.length%3B+i%2B%2B)+%7B%0A++++++args[i]+%3D+arguments[i]%3B%0A++++%7D%0A++++return+fn.apply(thisArg,+args)%3B%0A++%7D&query=pageImage&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 24,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0,
      [Symbol(RequestTimeout)]: undefined
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'cms.mayflower.com.my',
    protocol: 'https:',
    _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: 'https://cms.mayflower.com.my/umbraco/shared/get?$axios=function+wrap()+%7B%0A++++var+args+%3D+new+Array(arguments.length)%3B%0A++++for+(var+i+%3D+0%3B+i+%3C+args.length%3B+i%2B%2B)+%7B%0A++++++args[i]+%3D+arguments[i]%3B%0A++++%7D%0A++++return+fn.apply(thisArg,+args)%3B%0A++%7D&query=pageImage&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33',
      [Symbol(kCapture)]: false
    },
    [Symbol(kCapture)]: false,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      connection: [Array],
      'accept-encoding': [Array],
      'accept-language': [Array],
      'user-agent': [Array],
      'x-forwarded-for': [Array],
      'sec-ch-ua-mobile': [Array],
      'sec-ch-ua-platform': [Array],
      priority: [Array],
      'upgrade-insecure-requests': [Array],
      'sec-fetch-site': [Array],
      'sec-fetch-mode': [Array],
      'sec-fetch-dest': [Array],
      'sec-ch-ua': [Array],
      'cdn-loop': [Array],
      'cf-ipcountry': [Array],
      'cf-visitor': [Array],
      'x-original-url': [Array],
      authorization: [Array],
      host: [Array]
    }
  },
  response: {
    status: 502,
    statusText: 'Bad Gateway',
    headers: {
      date: 'Sat, 13 Jun 2026 10:07:17 GMT',
      'content-type': 'application/json; charset=utf-8',
      'content-length': '873',
      connection: 'keep-alive',
      'retry-after': '60',
      'cache-control': 'private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0',
      expires: 'Thu, 01 Jan 1970 00:00:01 GMT',
      'referrer-policy': 'same-origin',
      'x-frame-options': 'SAMEORIGIN',
      server: 'cloudflare',
      'cf-ray': 'a0b049948fcafc0c-SIN',
      'alt-svc': 'h3=":443"; ma=86400'
    },
    config: {
      url: 'https://cms.mayflower.com.my/umbraco/shared/get',
      method: 'get',
      headers: [Object],
      params: [Object],
      baseURL: 'http://localhost:\\\\.\\pipe\\0cfa40c9-e17d-4856-be44-98198898ee49/',
      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: true,
      _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: true,
      socket: [TLSSocket],
      _header: 'GET /umbraco/shared/get?$axios=function+wrap()+%7B%0A++++var+args+%3D+new+Array(arguments.length)%3B%0A++++for+(var+i+%3D+0%3B+i+%3C+args.length%3B+i%2B%2B)+%7B%0A++++++args[i]+%3D+arguments[i]%3B%0A++++%7D%0A++++return+fn.apply(thisArg,+args)%3B%0A++%7D&query=pageImage&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' +
        'user-agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Mobile Safari/537.36\r\n' +
        'x-forwarded-for: 2402:1980:c2f:137b::1\r\n' +
        'sec-ch-ua-mobile: ?1\r\n' +
        'sec-ch-ua-platform: "Android"\r\n' +
        'priority: u=0, i\r\n' +
        'upgrade-insecure-requests: 1\r\n' +
        'sec-fetch-site: cross-site\r\n' +
        'sec-fetch-mode: navigate\r\n' +
        'sec-fetch-dest: document\r\n' +
        'sec-ch-ua: "Chromium";v="148", "Google Chrome";v="148", "Not/A)Brand";v="99"\r\n' +
        'cdn-loop: cloudflare; loops=1\r\n' +
        'cf-ipcountry: MY\r\n' +
        'cf-visitor: {"scheme":"https"}\r\n' +
        'x-original-url: /flight-deals?gad_source=5&gad_campaignid=22581982245&gclid=Cj0KCQjw_7PRBhDcARIsAMjV7jlIq78k3S-q7OEV-BNumW8-9Y8Hm6GLOK1r-zeHtLJMjRZQCeMsu5MaAl00EALw_wcB\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImYwMzZmZDc1LWI3YTAtMzhhYy03NzY3LWFmY2QyMThjZGM0NiIsIklwLUFkZHJlc3MiOiIyNDAyOjE5ODA6YzJmOjEzN2I6OjEsMTMuMjI5LjI3LjI0MyIsImV4cCI6MTc4MTM1MjQzNSwiaXNzIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8iLCJhdWQiOiJodHRwczovL2Ntcy5tYXlmbG93ZXIuY29tLm15LyJ9.KRWMIBj6LOUKptbQT86Cy5OHRH1gMpD6UExNpnvZM9E\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?$axios=function+wrap()+%7B%0A++++var+args+%3D+new+Array(arguments.length)%3B%0A++++for+(var+i+%3D+0%3B+i+%3C+args.length%3B+i%2B%2B)+%7B%0A++++++args[i]+%3D+arguments[i]%3B%0A++++%7D%0A++++return+fn.apply(thisArg,+args)%3B%0A++%7D&query=pageImage&deep=3&key=d9bedad4-afae-4c40-9048-7767e1976b33',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'cms.mayflower.com.my',
      protocol: 'https:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    data: {
      type: 'https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-502/',
      title: 'Error 502: Bad gateway',
      status: 502,
      detail: 'The origin web server returned an invalid or incomplete response to Cloudflare. This typically indicates the origin is overloaded or misconfigured.',
      instance: 'a0b049948fcafc0c',
      error_code: 502,
      error_name: 'origin_bad_gateway',
      error_category: 'origin',
      ray_id: 'a0b049948fcafc0c',
      timestamp: '2026-06-13T10:07:17Z',
      zone: 'cms.mayflower.com.my',
      cloudflare_error: true,
      retryable: true,
      retry_after: 60,
      owner_action_required: true,
      what_you_should_do: '**Wait and retry.** Back off for at least 60 seconds. If the error persists, the website operator should check their origin server health and configuration.',
      footer: 'This error was generated by Cloudflare on behalf of the website owner.'
    }
  },
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
Error: Request failed with status code 502
    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: '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',
      'user-agent': 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot',
      'x-forwarded-for': '20.235.75.213',
      'x-envoy-expected-rq-timeout-ms': '15000',
      'x-request-id': '17226e52-5336-4092-ab3f-e799b24b29db',
      'cdn-loop': 'cloudflare; loops=1',
      'cf-ipcountry': 'IN',
      'cf-visitor': '{"scheme":"https"}',
      'x-original-url': '/ground-package',
      Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjUyYWY3NGRhLWM0ZDgtYmI3Mi04M2Y0LTA1Yjk3OTg1OGJlNiIsIklwLUFkZHJlc3MiOiIyMC4yMzUuNzUuMjEzLDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3ODEzNTIzMzUsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.LLXN7NCVsMjec0yqLeESP7Zy5u9y-EcIDlswi6qDOG8'
    },
    params: {
      query: 'metaTitle,metaDescription,metaKeywords,metaRobots',
      deep: 8,
      key: '01eca454-4f2b-4b02-9104-75d8865aed8d',
      subKey: 5056
    },
    baseURL: 'http://localhost:\\\\.\\pipe\\0cfa40c9-e17d-4856-be44-98198898ee49/',
    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: true,
    _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: true,
    socket: TLSSocket {
      _tlsOptions: [Object],
      _secureEstablished: true,
      _securePending: false,
      _newSessionPending: false,
      _controlReleased: true,
      secureConnecting: false,
      _SNICallback: null,
      servername: 'cms.mayflower.com.my',
      alpnProtocol: false,
      authorized: true,
      authorizationError: null,
      encrypted: true,
      _events: [Object: null prototype],
      _eventsCount: 8,
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'cms.mayflower.com.my',
      _readableState: [ReadableState],
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: false,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: undefined,
      _server: null,
      ssl: null,
      _requestCert: true,
      _rejectUnauthorized: true,
      parser: null,
      _httpMessage: [Circular *1],
      [Symbol(res)]: [TLSWrap],
      [Symbol(verified)]: true,
      [Symbol(pendingSession)]: null,
      [Symbol(async_id_symbol)]: 397520,
      [Symbol(kHandle)]: null,
      [Symbol(kSetNoDelay)]: false,
      [Symbol(lastWriteQueueSize)]: 0,
      [Symbol(timeout)]: null,
      [Symbol(kBuffer)]: null,
      [Symbol(kBufferCb)]: null,
      [Symbol(kBufferGen)]: null,
      [Symbol(kCapture)]: false,
      [Symbol(kBytesRead)]: 1325,
      [Symbol(kBytesWritten)]: 1091,
      [Symbol(connect-options)]: [Object],
      [Symbol(RequestTimeout)]: undefined
    },
    _header: 'GET /umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots&deep=8&key=01eca454-4f2b-4b02-9104-75d8865aed8d&subKey=5056 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' +
      'user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot\r\n' +
      'x-forwarded-for: 20.235.75.213\r\n' +
      'x-envoy-expected-rq-timeout-ms: 15000\r\n' +
      'x-request-id: 17226e52-5336-4092-ab3f-e799b24b29db\r\n' +
      'cdn-loop: cloudflare; loops=1\r\n' +
      'cf-ipcountry: IN\r\n' +
      'cf-visitor: {"scheme":"https"}\r\n' +
      'x-original-url: /ground-package\r\n' +
      'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjUyYWY3NGRhLWM0ZDgtYmI3Mi04M2Y0LTA1Yjk3OTg1OGJlNiIsIklwLUFkZHJlc3MiOiIyMC4yMzUuNzUuMjEzLDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3ODEzNTIzMzUsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.LLXN7NCVsMjec0yqLeESP7Zy5u9y-EcIDlswi6qDOG8\r\n' +
      'Host: cms.mayflower.com.my\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: nop],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 443,
      protocol: 'https:',
      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: 73,
      maxCachedSessions: 100,
      _sessionCache: [Object],
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    path: '/umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots&deep=8&key=01eca454-4f2b-4b02-9104-75d8865aed8d&subKey=5056',
    _ended: true,
    res: IncomingMessage {
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 3,
      _maxListeners: undefined,
      socket: null,
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      rawHeaders: [Array],
      rawTrailers: [],
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 502,
      statusMessage: 'Bad Gateway',
      client: [TLSSocket],
      _consuming: false,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'https://cms.mayflower.com.my/umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots&deep=8&key=01eca454-4f2b-4b02-9104-75d8865aed8d&subKey=5056',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(kHeaders)]: [Object],
      [Symbol(kHeadersCount)]: 24,
      [Symbol(kTrailers)]: null,
      [Symbol(kTrailersCount)]: 0,
      [Symbol(RequestTimeout)]: undefined
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'cms.mayflower.com.my',
    protocol: 'https:',
    _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: 'https://cms.mayflower.com.my/umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots&deep=8&key=01eca454-4f2b-4b02-9104-75d8865aed8d&subKey=5056',
      [Symbol(kCapture)]: false
    },
    [Symbol(kCapture)]: false,
    [Symbol(kNeedDrain)]: false,
    [Symbol(corked)]: 0,
    [Symbol(kOutHeaders)]: [Object: null prototype] {
      accept: [Array],
      connection: [Array],
      'accept-encoding': [Array],
      'accept-language': [Array],
      'user-agent': [Array],
      'x-forwarded-for': [Array],
      'x-envoy-expected-rq-timeout-ms': [Array],
      'x-request-id': [Array],
      'cdn-loop': [Array],
      'cf-ipcountry': [Array],
      'cf-visitor': [Array],
      'x-original-url': [Array],
      authorization: [Array],
      host: [Array]
    }
  },
  response: {
    status: 502,
    statusText: 'Bad Gateway',
    headers: {
      date: 'Sat, 13 Jun 2026 10:07:17 GMT',
      'content-type': 'application/json; charset=utf-8',
      'content-length': '873',
      connection: 'keep-alive',
      'retry-after': '60',
      'cache-control': 'private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0',
      expires: 'Thu, 01 Jan 1970 00:00:01 GMT',
      'referrer-policy': 'same-origin',
      'x-frame-options': 'SAMEORIGIN',
      server: 'cloudflare',
      'cf-ray': 'a0b0499489515859-SIN',
      'alt-svc': 'h3=":443"; ma=86400'
    },
    config: {
      url: 'https://cms.mayflower.com.my/umbraco/shared/get',
      method: 'get',
      headers: [Object],
      params: [Object],
      baseURL: 'http://localhost:\\\\.\\pipe\\0cfa40c9-e17d-4856-be44-98198898ee49/',
      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: true,
      _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: true,
      socket: [TLSSocket],
      _header: 'GET /umbraco/shared/get?query=metaTitle,metaDescription,metaKeywords,metaRobots&deep=8&key=01eca454-4f2b-4b02-9104-75d8865aed8d&subKey=5056 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' +
        'user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot\r\n' +
        'x-forwarded-for: 20.235.75.213\r\n' +
        'x-envoy-expected-rq-timeout-ms: 15000\r\n' +
        'x-request-id: 17226e52-5336-4092-ab3f-e799b24b29db\r\n' +
        'cdn-loop: cloudflare; loops=1\r\n' +
        'cf-ipcountry: IN\r\n' +
        'cf-visitor: {"scheme":"https"}\r\n' +
        'x-original-url: /ground-package\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6IjUyYWY3NGRhLWM0ZDgtYmI3Mi04M2Y0LTA1Yjk3OTg1OGJlNiIsIklwLUFkZHJlc3MiOiIyMC4yMzUuNzUuMjEzLDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3ODEzNTIzMzUsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.LLXN7NCVsMjec0yqLeESP7Zy5u9y-EcIDlswi6qDOG8\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&deep=8&key=01eca454-4f2b-4b02-9104-75d8865aed8d&subKey=5056',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'cms.mayflower.com.my',
      protocol: 'https:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    data: {
      type: 'https://developers.cloudflare.com/support/troubleshooting/http-status-codes/cloudflare-5xx-errors/error-502/',
      title: 'Error 502: Bad gateway',
      status: 502,
      detail: 'The origin web server returned an invalid or incomplete response to Cloudflare. This typically indicates the origin is overloaded or misconfigured.',
      instance: 'a0b0499489515859',
      error_code: 502,
      error_name: 'origin_bad_gateway',
      error_category: 'origin',
      ray_id: 'a0b0499489515859',
      timestamp: '2026-06-13T10:07:17Z',
      zone: 'cms.mayflower.com.my',
      cloudflare_error: true,
      retryable: true,
      retry_after: 60,
      owner_action_required: true,
      what_you_should_do: '**Wait and retry.** Back off for at least 60 seconds. If the error persists, the website operator should check their origin server health and configuration.',
      footer: 'This error was generated by Cloudflare on behalf of the website owner.'
    }
  },
  isAxiosError: true,
  toJSON: [Function: toJSON]
}

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

    [x1B][90mat [x1B][39mVueComponent.head ([x1B][36m12.js:6602:45[x1B][39m)
    [x1B][90mat [x1B][39mVueComponent.computedGetter [as $metaInfo] ([x1B][36mnode_modules\vue\dist\vue.runtime.common.dev.js:5499: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

Cannot stringify a function 
Cannot stringify a function 
Cannot stringify a function