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:
- warn Invalid next.config.js options detected:
- warn The value at .typescript has an unexpected property, ignoreDuringBuilds, which is not in the list of allowed properties (ignoreBuildErrors, tsconfigPath).
- warn See more info here: https://nextjs.org/docs/messages/invalid-next-config
- warn Invalid next.config.js options detected:
- warn The value at .typescript has an unexpected property, ignoreDuringBuilds, which is not in the list of allowed properties (ignoreBuildErrors, tsconfigPath).
- warn See more info here: https://nextjs.org/docs/messages/invalid-next-config
Application has thrown an uncaught exception and is terminated:
Error: Could not find a production build in the 'C:\inetpub\wwwroot\serviq\serviqwebsite\.next' directory. Try building your app with 'next build' before starting the production server. https://nextjs.org/docs/messages/production-start-no-build-id
at NextNodeServer.getBuildId (C:\inetpub\wwwroot\serviq\serviqwebsite\node_modules\next\dist\server\next-server.js:348:23)
at new Server (C:\inetpub\wwwroot\serviq\serviqwebsite\node_modules\next\dist\server\base-server.js:153:29)
at new NextNodeServer (C:\inetpub\wwwroot\serviq\serviqwebsite\node_modules\next\dist\server\next-server.js:175:9)
at NextServer.createServer (C:\inetpub\wwwroot\serviq\serviqwebsite\node_modules\next\dist\server\next.js:179:24)
at async C:\inetpub\wwwroot\serviq\serviqwebsite\node_modules\next\dist\server\next.js:200:31
at async NextServer.prepare (C:\inetpub\wwwroot\serviq\serviqwebsite\node_modules\next\dist\server\next.js:161:24)