I just did a new install of Local(6.2.5711) on MacOS 10.15.7, installed Atlas addon and created a new site with it.
I can access the admin panel, but the front end returns a 502 error. the log shows this
2022/02/01 01:56:11 [error] 9974#0: *7 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: ::1, server: atlaswpengine.local, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:10010/", host: "atlaswpengine.local"
When I click on Show Output for Node.js it shows this
> next dev -p $PORT
ready - started server on 0.0.0.0:10010, url: http://localhost:10010
info - Loaded env from /Users/alex/Local Sites/atlaswpengine/app-node/.env.local
It looks like youre trying to use TypeScript but do not have the required package(s) installed.
Please install @types/node by running:
npm install --save-dev @types/node
If you are not trying to use TypeScript, please remove the tsconfig.json file from your package root (and any TypeScript files in your pages directory).
The lighting log doesn’t show anything out of order.
What am I missing?
Also, what does this mean? Where do I run this command? Doesn’t Local run Node.js in its container? Or do we need to run our own Node.js?