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:

 ⚠ Invalid next.config.js options detected: 
 ⚠     Invalid input at "env.DISABLE_INDEXING"
 ⚠     Expected string, received boolean at "env.DISABLE_INDEXING"
 ⚠     Expected undefined, received boolean at "env.DISABLE_INDEXING"
 ⚠ See more info here: https://nextjs.org/docs/messages/invalid-next-config
(node:4632) [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)
Application has thrown an uncaught exception and is terminated:
Error: ENOENT: no such file or directory, open 'C:\APPL\JMFS\.next\prerender-manifest.json'
    at async open (node:internal/fs/promises:639:25)
    at async Object.readFile (node:internal/fs/promises:1249:14)
    at async setupFsCheck (C:\APPL\JMFS\node_modules\next\dist\server\lib\router-utils\filesystem.js:190:40)
    at async initialize (C:\APPL\JMFS\node_modules\next\dist\server\lib\router-server.js:110:23)
    at async NextCustomServer.prepare (C:\APPL\JMFS\node_modules\next\dist\server\next.js:276:28)