When creating a new site using the Atlas extension I get the following error;
RangeError [ERR_SOCKET_BAD_PORT]: options.port should be >= 0 and < 65536. Received NaN.
at new NodeError (node:internal/errors:372:5)
at validatePort (node:internal/validators:217:11)
at Server.listen (node:net:1500:5)
at C:\Users\lewis\Local Sites\headless\app-node\node_modules\next\dist\server\lib\start-server.js:55:16
at new Promise (<anonymous>)
at Object.startServer (C:\Users\lewis\Local Sites\headless\app-node\node_modules\next\dist\server\lib\start-server.js:22:12)
at nextDev (C:\Users\lewis\Local Sites\headless\app-node\node_modules\next\dist\cli\next-dev.js:129:23)
at C:\Users\lewis\Local Sites\headless\app-node\node_modules\next\dist\bin\next:147:44 {
code: 'ERR_SOCKET_BAD_PORT'
}
I can see the WordPress side of the installation but the front end section outputs the above in the terminal. I was wondering if anyone else has came across this issue before.