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:14264) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
[Sentry] express is not instrumented. This is likely because you required/imported express before calling `Sentry.init()`.
[Error: ENOENT: no such file or directory, stat 'C:\Applications\RunFree\Customers\Bucket8\assets\branding\shop.humphreysbootery.com\favicon.ico'] {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'stat',
  path: 'C:\\Applications\\RunFree\\Customers\\Bucket8\\assets\\branding\\shop.humphreysbootery.com\\favicon.ico',
  expose: false,
  statusCode: 404,
  status: 404
}
shop.humphreysbootery.com
40.88.21.235
humphreysbootery.com/favicon.ico
[Error: ENOENT: no such file or directory, stat 'C:\Applications\RunFree\Customers\Bucket8\assets\branding\shop.humphreysbootery.com\favicon.ico'] {
  errno: -4058,
  code: 'ENOENT',
  syscall: 'stat',
  path: 'C:\\Applications\\RunFree\\Customers\\Bucket8\\assets\\branding\\shop.humphreysbootery.com\\favicon.ico',
  expose: false,
  statusCode: 404,
  status: 404
}
shop.humphreysbootery.com
40.88.21.235
shop.humphreysbootery.com/favicon.ico
(node:14264) [DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead.