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:
(node:15912) [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) [Vue Router warn]: uncaught error during route navigation: Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'C:\inetpub\Websites\www.parisattitude.com\server\assets\MainLayout-rsDhtu2c.js' imported from C:\inetpub\Websites\www.parisattitude.com\server\server-entry.js at finalizeResolution (node:internal/modules/esm/resolve:275:11) at moduleResolve (node:internal/modules/esm/resolve:932:10) at defaultResolve (node:internal/modules/esm/resolve:1056:11) at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:654:12) at #cachedDefaultResolve (node:internal/modules/esm/loader:603:25) at ModuleLoader.resolve (node:internal/modules/esm/loader:586:38) at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:242:38) at onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:546:36) at TracingChannel.tracePromise (node:diagnostics_channel:344:14) at ModuleLoader.import (node:internal/modules/esm/loader:545:21) { code: 'ERR_MODULE_NOT_FOUND', url: 'file:///C:/inetpub/Websites/www.parisattitude.com/server/assets/MainLayout-rsDhtu2c.js' } Tue, 08 Apr 2025 10:32:19 GMT express deprecated res.redirect(url, status): Use res.redirect(status, url) instead at file:\C:\inetpub\Websites\www.parisattitude.com\index.js:1:4670 Application has thrown an uncaught exception and is terminated: RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: file:///C:/inetpub/Websites/www.parisattitude.com/server/assets/MainLayout-rsDhtu2c.js at ServerResponse.writeHead (node:_http_server:358:11) at ServerResponse.writeHead (C:\inetpub\Websites\www.parisattitude.com\node_modules\on-headers\index.js:44:26) at ServerResponse.end (C:\inetpub\Websites\www.parisattitude.com\node_modules\compression\index.js:124:14) at ServerResponse.redirect (C:\inetpub\Websites\www.parisattitude.com\node_modules\express\lib\response.js:988:10) at file:///C:/inetpub/Websites/www.parisattitude.com/index.js:1:4670 at process.processTicksAndRejections (node:internal/process/task_queues:105:5)