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:

Application has thrown an uncaught exception and is terminated:
Error: ENOENT: no such file or directory, open 'G:\Github\weather\.next\BUILD_ID'
    at async open (node:internal/fs/promises:633:25)
    at async Object.readFile (node:internal/fs/promises:1242:14)
    at async setupFsCheck (G:\Github\weather\node_modules\next\dist\server\lib\router-utils\filesystem.js:142:19)
    at async initialize (G:\Github\weather\node_modules\next\dist\server\lib\router-server.js:56:23)
    at async NextCustomServer.prepare (G:\Github\weather\node_modules\next\dist\server\next.js:241:28)