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:

Warning: connect.session() MemoryStore is not
designed for a production environment, as it will leak
memory, and will not scale past a single process.
(node:472) [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)
2024-09-29T07:21:44.368Z btcexp:app Starting undefined RPC Explorer, v1.1.8
2024-09-29T07:21:44.369Z btcexp:app Connecting to RPC node at brakmic.de:2300
2024-09-29T07:21:44.387Z btcexp:app Trying to verify RPC connection...
2024-09-29T07:21:44.415Z btcexp:electrumx Connecting to ElectrumX Server: electrum2.actinium.org:50002
2024-09-29T07:21:44.472Z btcexp:electrumx Connecting to ElectrumX Server: electrum1.actinium.org:50002
2024-09-29T07:21:44.490Z btcexp:rpc RPC: getnetworkinfo
2024-09-29T07:21:44.518Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[139362]}
2024-09-29T07:21:44.533Z btcexp:rpc getBlockByHash: 8dbe45d65efe319b6a98737b0bd40e6f7cccdfd77ac95789bbf6db5ec407a0d9
2024-09-29T07:21:44.534Z btcexp:rpc RPC: {"method":"getblock","parameters":["8dbe45d65efe319b6a98737b0bd40e6f7cccdfd77ac95789bbf6db5ec407a0d9"]}
2024-09-29T07:21:44.535Z btcexp:rpc getBlockByHash: 2e0ad0691a692d53916e87a0056649cb4aea7a0faef087961fdca8727dd9987d
2024-09-29T07:21:44.536Z btcexp:rpc RPC: {"method":"getblock","parameters":["2e0ad0691a692d53916e87a0056649cb4aea7a0faef087961fdca8727dd9987d"]}
2024-09-29T07:21:44.536Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[20058]}
2024-09-29T07:21:44.537Z btcexp:rpc getRawTransaction: c3690ccfd6a37e91e6acc56cfd4702ccb5c06f402ee5428e9a80f719915f4185
2024-09-29T07:21:44.538Z btcexp:rpc RPC: {"method":"getrawtransaction","parameters":["c3690ccfd6a37e91e6acc56cfd4702ccb5c06f402ee5428e9a80f719915f4185",1]}
2024-09-29T07:21:44.539Z btcexp:rpc getBlockByHash: d9aa1453684a2864e7664a5e09cebd2a09be0cbec74ea441fdde8029a48f7f20
2024-09-29T07:21:44.539Z btcexp:rpc RPC: {"method":"getblock","parameters":["d9aa1453684a2864e7664a5e09cebd2a09be0cbec74ea441fdde8029a48f7f20"]}
2024-09-29T07:21:44.547Z btcexp:rpc RPC: {"method":"getblockhash","parameters":[1168883]}
2024-09-29T07:21:44.550Z btcexp:electrumx Connected to ElectrumX Server: electrum1.actinium.org:50002, versions: {"success":true,"response":["ElectrumX 1.9.1","1.4"]}
2024-09-29T07:21:44.576Z btcexp:rpc getBlockByHash: d86522ee9fd3af8ef3d52b3bc19c30e0a36da3a7330f7f6ef8a1272b07549494
2024-09-29T07:21:44.576Z btcexp:rpc RPC: {"method":"getblock","parameters":["d86522ee9fd3af8ef3d52b3bc19c30e0a36da3a7330f7f6ef8a1272b07549494"]}
Application has thrown an uncaught exception and is terminated:
SyntaxError: Unexpected token W in JSON at position 0
    at JSON.parse (<anonymous>)
    at obfuscateResponse (C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\bitcoin-core\dist\src\logging\request-obfuscator.js:60:23)
    at obfuscate (C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\bitcoin-core\dist\src\logging\request-obfuscator.js:142:3)
    at C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\bitcoin-core\dist\src\logging\request-logger.js:24:36
    at Request.<anonymous> (C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\@uphold\request-logger\src\index.js:33:9)
    at Request.emit (node:events:529:35)
    at Request.<anonymous> (C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\request\request.js:1161:10)
    at Request.emit (node:events:517:28)
    at IncomingMessage.<anonymous> (C:\Inetpub\vhosts\actinium.org\explorer.actinium.org\node_modules\request\request.js:1083:12)
    at Object.onceWrapper (node:events:631:28)
    at IncomingMessage.emit (node:events:529:35)
    at endReadableNT (node:internal/streams/readable:1400:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)