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:18684) [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: Error: Command failed: git rev-parse --abbrev-ref HEAD
  fatal: detected dubious ownership in repository at 'C:/inetpub/TX_Kalaban'
  'C:/inetpub/TX_Kalaban' is owned by:
  	'S-1-5-21-4227983538-1730186500-4038914998-500'
  but the current user is:
  	'S-1-5-18'
  To add an exception for this directory, call:
  
  	git config --global --add safe.directory C:/inetpub/TX_Kalaban
  
      at ChildProcess.exithandler (node:child_process:422:12)
      at ChildProcess.emit (node:events:514:28)
      at maybeClose (node:internal/child_process:1105:16)
      at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
    code: 128,
    killed: false,
    signal: null,
    cmd: 'git rev-parse --abbrev-ref HEAD'
  },
  stdout: '',
  stderr: "fatal: detected dubious ownership in repository at 'C:/inetpub/TX_Kalaban'\n" +
    "'C:/inetpub/TX_Kalaban' is owned by:\n" +
    "\t'S-1-5-21-4227983538-1730186500-4038914998-500'\n" +
    'but the current user is:\n' +
    "\t'S-1-5-18'\n" +
    'To add an exception for this directory, call:\n' +
    '\n' +
    '\tgit config --global --add safe.directory C:/inetpub/TX_Kalaban\n'
}