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:6008) [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: 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': 'max-age=0',
      connection: 'keep-alive',
      'accept-encoding': 'gzip, deflate',
      'accept-language': 'en-US,en;q=0.5',
      referer: 'https://diy.org/',
      'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:139.0) Gecko/20100101 Firefox/139.0',
      'x-forwarded-for': '34.174.101.23',
      'sec-fetch-dest': 'document',
      'sec-fetch-site': 'none',
      'sec-fetch-mode': 'navigate',
      'sec-fetch-user': '?1',
      'upgrade-insecure-requests': '1',
      'cdn-loop': 'cloudflare; loops=1',
      'cf-ipcountry': 'US',
      'cf-visitor': '{"scheme":"https"}',
      'x-original-url': '/faq-details/check_in',
      Authorization: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImE0ODY0YzdhLWNmOTktZGNmYi1lYTcxLTkyY2I4ZTVlMGU1OSIsIklwLUFkZHJlc3MiOiIzNC4xNzQuMTAxLjIzLDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3NTYyMjIyNDQsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.qgrxHRlYDgyAyj6lYMO4dPVZURp9eBpvGWo49OiURTo'
    },
    params: {
      query: 'metaTitle,metaDescription,metaKeywords',
      key: '4f339f2e-eaff-46c2-84e2-f904d0695737'
    },
    baseURL: 'http://localhost:\\\\.\\pipe\\084e932c-ca01-4fb8-b815-5f51b0bdafc2/',
    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&key=4f339f2e-eaff-46c2-84e2-f904d0695737',
      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&key=4f339f2e-eaff-46c2-84e2-f904d0695737'
    },
    _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&key=4f339f2e-eaff-46c2-84e2-f904d0695737 HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'cache-control: max-age=0\r\n' +
        'connection: keep-alive\r\n' +
        'accept-encoding: gzip, deflate\r\n' +
        'accept-language: en-US,en;q=0.5\r\n' +
        'referer: https://diy.org/\r\n' +
        'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:139.0) Gecko/20100101 Firefox/139.0\r\n' +
        'x-forwarded-for: 34.174.101.23\r\n' +
        'sec-fetch-dest: document\r\n' +
        'sec-fetch-site: none\r\n' +
        'sec-fetch-mode: navigate\r\n' +
        'sec-fetch-user: ?1\r\n' +
        'upgrade-insecure-requests: 1\r\n' +
        'cdn-loop: cloudflare; loops=1\r\n' +
        'cf-ipcountry: US\r\n' +
        'cf-visitor: {"scheme":"https"}\r\n' +
        'x-original-url: /faq-details/check_in\r\n' +
        'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy93cy8yMDA5LzA5L2lkZW50aXR5L2NsYWltcy9hY3RvciI6ImE0ODY0YzdhLWNmOTktZGNmYi1lYTcxLTkyY2I4ZTVlMGU1OSIsIklwLUFkZHJlc3MiOiIzNC4xNzQuMTAxLjIzLDEzLjIyOS4yNy4yNDMiLCJleHAiOjE3NTYyMjIyNDQsImlzcyI6Imh0dHBzOi8vY21zLm1heWZsb3dlci5jb20ubXkvIiwiYXVkIjoiaHR0cHM6Ly9jbXMubWF5Zmxvd2VyLmNvbS5teS8ifQ.qgrxHRlYDgyAyj6lYMO4dPVZURp9eBpvGWo49OiURTo\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&key=4f339f2e-eaff-46c2-84e2-f904d0695737',
      _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&key=4f339f2e-eaff-46c2-84e2-f904d0695737',
    [Symbol(kCapture)]: false
  },
  response: undefined,
  isAxiosError: true,
  toJSON: [Function: toJSON]
}

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

    [x1B][90mat [x1B][39mVueComponent.head ([x1B][36m26.js:520:56[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

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