iisnode encountered an error when processing the request.

HRESULT: 0x6d
HTTP status: 500
HTTP subStatus: 1011
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:16136) [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: Request failed with status code 503
    at createError (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\axios\lib\core\createError.js:16:15)
    at settle (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\axios\lib\core\settle.js:17:12)
    at IncomingMessage.handleStreamEnd (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\axios\lib\adapters\http.js:260:11)
    at IncomingMessage.emit (events.js:412:35)
    at endReadableNT (internal/streams/readable.js:1317:12)
    at processTicksAndRejections (internal/process/task_queues.js:82:21) {
  config: {
    url: '/MenuData/GetMenu',
    method: 'get',
    headers: {
      Accept: 'application/json, text/plain, */*',
      'User-Agent': 'axios/0.21.1'
    },
    baseURL: 'https://web-link.themarche.ca/api/',
    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],
    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,
    _defaultKeepAlive: true,
    useChunkedEncodingByDefault: false,
    sendDate: false,
    _removedConnection: false,
    _removedContLen: false,
    _removedTE: false,
    _contentLength: 0,
    _hasBody: true,
    _trailer: '',
    finished: true,
    _headerSent: true,
    socket: TLSSocket {
      _tlsOptions: [Object],
      _secureEstablished: true,
      _securePending: false,
      _newSessionPending: false,
      _controlReleased: true,
      secureConnecting: false,
      _SNICallback: null,
      servername: 'web-link.themarche.ca',
      alpnProtocol: false,
      authorized: true,
      authorizationError: null,
      encrypted: true,
      _events: [Object: null prototype],
      _eventsCount: 10,
      connecting: false,
      _hadError: false,
      _parent: null,
      _host: 'web-link.themarche.ca',
      _readableState: [ReadableState],
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: false,
      _sockname: null,
      _pendingData: null,
      _pendingEncoding: '',
      server: undefined,
      _server: null,
      ssl: [TLSWrap],
      _requestCert: true,
      _rejectUnauthorized: true,
      parser: null,
      _httpMessage: [Circular *1],
      [Symbol(res)]: [TLSWrap],
      [Symbol(verified)]: true,
      [Symbol(pendingSession)]: null,
      [Symbol(async_id_symbol)]: 35267,
      [Symbol(kHandle)]: [TLSWrap],
      [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(connect-options)]: [Object],
      [Symbol(RequestTimeout)]: undefined
    },
    _header: 'GET /api/MenuData/GetMenu HTTP/1.1\r\n' +
      'Accept: application/json, text/plain, */*\r\n' +
      'User-Agent: axios/0.21.1\r\n' +
      'Host: web-link.themarche.ca\r\n' +
      'Connection: close\r\n' +
      '\r\n',
    _keepAliveTimeout: 0,
    _onPendingData: [Function: noopPendingOutput],
    agent: Agent {
      _events: [Object: null prototype],
      _eventsCount: 2,
      _maxListeners: undefined,
      defaultPort: 443,
      protocol: 'https:',
      options: [Object],
      requests: {},
      sockets: [Object],
      freeSockets: {},
      keepAliveMsecs: 1000,
      keepAlive: false,
      maxSockets: Infinity,
      maxFreeSockets: 256,
      scheduling: 'lifo',
      maxTotalSockets: Infinity,
      totalSocketCount: 8,
      maxCachedSessions: 100,
      _sessionCache: [Object],
      [Symbol(kCapture)]: false
    },
    socketPath: undefined,
    method: 'GET',
    maxHeaderSize: undefined,
    insecureHTTPParser: undefined,
    path: '/api/MenuData/GetMenu',
    _ended: true,
    res: IncomingMessage {
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 3,
      _maxListeners: undefined,
      socket: [TLSSocket],
      httpVersionMajor: 1,
      httpVersionMinor: 1,
      httpVersion: '1.1',
      complete: true,
      headers: [Object],
      rawHeaders: [Array],
      trailers: {},
      rawTrailers: [],
      aborted: false,
      upgrade: false,
      url: '',
      method: null,
      statusCode: 503,
      statusMessage: 'Service Unavailable',
      client: [TLSSocket],
      _consuming: true,
      _dumped: false,
      req: [Circular *1],
      responseUrl: 'https://web-link.themarche.ca/api/MenuData/GetMenu',
      redirects: [],
      [Symbol(kCapture)]: false,
      [Symbol(RequestTimeout)]: undefined
    },
    aborted: false,
    timeoutCb: null,
    upgradeOrConnect: false,
    parser: null,
    maxHeadersCount: null,
    reusedSocket: false,
    host: 'web-link.themarche.ca',
    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://web-link.themarche.ca/api/MenuData/GetMenu',
      [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: {
      date: 'Mon, 17 Mar 2025 05:31:00 GMT',
      'content-type': 'text/html',
      'transfer-encoding': 'chunked',
      connection: 'close',
      'x-powered-by': 'ASP.NET',
      'cf-cache-status': 'DYNAMIC',
      'report-to': '{"endpoints":[{"url":"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=cK0Vd6JHw%2BBhyZBNOvjJEbOyLRAl%2BwGD%2BF1W02LGlMMyFikn9QEPrapPhlsk7GN93pccUWGsoAeREGePtpi%2FJmhOds%2Fi4SvWWFtOSwGdz%2B%2Bjar1z0JULZiI%2FrRCgWTrnnV8ayzAJu5o%3D"}],"group":"cf-nel","max_age":604800}',
      nel: '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}',
      server: 'cloudflare',
      'cf-ray': '921a19ff2947a28b-YUL',
      'alt-svc': 'h3=":443"; ma=86400',
      'server-timing': 'cfL4;desc="?proto=TCP&rtt=1332&min_rtt=1290&rtt_var=568&sent=2&recv=4&lost=0&retrans=0&sent_bytes=219&recv_bytes=887&delivery_rate=895705&cwnd=233&unsent_bytes=0&cid=4378b454d29f5e7c&ts=19&x=0"'
    },
    config: {
      url: '/MenuData/GetMenu',
      method: 'get',
      headers: [Object],
      baseURL: 'https://web-link.themarche.ca/api/',
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 0,
      adapter: [Function: httpAdapter],
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      validateStatus: [Function: validateStatus],
      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,
      _defaultKeepAlive: true,
      useChunkedEncodingByDefault: false,
      sendDate: false,
      _removedConnection: false,
      _removedContLen: false,
      _removedTE: false,
      _contentLength: 0,
      _hasBody: true,
      _trailer: '',
      finished: true,
      _headerSent: true,
      socket: [TLSSocket],
      _header: 'GET /api/MenuData/GetMenu HTTP/1.1\r\n' +
        'Accept: application/json, text/plain, */*\r\n' +
        'User-Agent: axios/0.21.1\r\n' +
        'Host: web-link.themarche.ca\r\n' +
        'Connection: close\r\n' +
        '\r\n',
      _keepAliveTimeout: 0,
      _onPendingData: [Function: noopPendingOutput],
      agent: [Agent],
      socketPath: undefined,
      method: 'GET',
      maxHeaderSize: undefined,
      insecureHTTPParser: undefined,
      path: '/api/MenuData/GetMenu',
      _ended: true,
      res: [IncomingMessage],
      aborted: false,
      timeoutCb: null,
      upgradeOrConnect: false,
      parser: null,
      maxHeadersCount: null,
      reusedSocket: false,
      host: 'web-link.themarche.ca',
      protocol: 'https:',
      _redirectable: [Writable],
      [Symbol(kCapture)]: false,
      [Symbol(kNeedDrain)]: false,
      [Symbol(corked)]: 0,
      [Symbol(kOutHeaders)]: [Object: null prototype]
    },
    data: 'The service is unavailable.'
  },
  isAxiosError: true,
  toJSON: [Function: toJSON]
}
SyntaxError: Unexpected token u in JSON at position 0
    at JSON.parse (<anonymous>)
    at C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:85
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async getServerSideProps (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:7)
    at async Object.renderToHTML (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\render.js:473:24)
    at async doRender (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1127:38)
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1221:28
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\response-cache.js:60:36
SyntaxError: Unexpected token u in JSON at position 0
    at JSON.parse (<anonymous>)
    at C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:85
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async getServerSideProps (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:7)
    at async Object.renderToHTML (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\render.js:473:24)
    at async doRender (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1127:38)
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1221:28
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\response-cache.js:60:36
SyntaxError: Unexpected token u in JSON at position 0
    at JSON.parse (<anonymous>)
    at C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:85
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async getServerSideProps (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:7)
    at async Object.renderToHTML (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\render.js:473:24)
    at async doRender (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1127:38)
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1221:28
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\response-cache.js:60:36
SyntaxError: Unexpected token u in JSON at position 0
    at JSON.parse (<anonymous>)
    at C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:85
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async getServerSideProps (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:7)
    at async Object.renderToHTML (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\render.js:473:24)
    at async doRender (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1127:38)
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1221:28
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\response-cache.js:60:36
SyntaxError: Unexpected token u in JSON at position 0
    at JSON.parse (<anonymous>)
    at C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:85
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async getServerSideProps (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:7)
    at async Object.renderToHTML (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\render.js:473:24)
    at async doRender (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1127:38)
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1221:28
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\response-cache.js:60:36
SyntaxError: Unexpected token u in JSON at position 0
    at JSON.parse (<anonymous>)
    at C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:85
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async getServerSideProps (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:7)
    at async Object.renderToHTML (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\render.js:473:24)
    at async doRender (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1127:38)
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1221:28
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\response-cache.js:60:36
SyntaxError: Unexpected token u in JSON at position 0
    at JSON.parse (<anonymous>)
    at C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:85
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async getServerSideProps (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\.next\server\pages\Listings\[...all].js:1369:7)
    at async Object.renderToHTML (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\render.js:473:24)
    at async doRender (C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1127:38)
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\next-server.js:1221:28
    at async C:\inetpub\wwwroot\MARCHE-WEB\MARCHE-WEB-FrontApp\LIVE\themarche\node_modules\next\dist\server\response-cache.js:60:36