iisnode encountered an error when processing the request.

HRESULT: 0x2
HTTP status: 500
HTTP subStatus: 1002
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:48468) UnhandledPromiseRejectionWarning: RangeError [ERR_SOCKET_BAD_PORT]: options.port should be >= 0 and < 65536. Received \\.\pipe\310c4437-349f-4328-8d82-6bd67b7ca6ac.
    at validatePort (internal/validators.js:182:11)
    at Server.listen (net.js:1442:5)
    at D:\Domains\phoenyx-studio.pp.ua\node.phoenyx-studio.pp.ua\node_modules\apollo-server\dist\index.js:85:28
    at new Promise (<anonymous>)
    at ApolloServer.<anonymous> (D:\Domains\phoenyx-studio.pp.ua\node.phoenyx-studio.pp.ua\node_modules\apollo-server\dist\index.js:83:19)
    at Generator.next (<anonymous>)
    at D:\Domains\phoenyx-studio.pp.ua\node.phoenyx-studio.pp.ua\node_modules\apollo-server\dist\index.js:18:71
    at new Promise (<anonymous>)
    at __awaiter (D:\Domains\phoenyx-studio.pp.ua\node.phoenyx-studio.pp.ua\node_modules\apollo-server\dist\index.js:14:12)
    at ApolloServer.listen (D:\Domains\phoenyx-studio.pp.ua\node.phoenyx-studio.pp.ua\node_modules\apollo-server\dist\index.js:64:16)
(node:48468) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:48468) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:48468) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.