Thanks again.
Please let me know if this is sufficient.
screenshot of connection with local browser:
Error from next.js
event - compiled client and server successfully in 1077 ms (579 modules)
error - TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:14062:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async fetchAPI (webpack-internal:///./lib/api.ts:17:17)
at async getAllPostsForHome (webpack-internal:///./lib/api.ts:63:18)
at async getStaticProps (webpack-internal:///./pages/index.tsx:88:22)
at async Object.renderToHTML (/mnt/c/git/cms-wordpress-app/node_modules/next/dist/server/render.js:385:20)
at async doRender (/mnt/c/git/cms-wordpress-app/node_modules/next/dist/server/base-server.js:720:34)
at async cacheEntry.responseCache.get.incrementalCache.incrementalCache (/mnt/c/git/cms-wordpress-app/node_modules/next/dist/server/base-server.js:828:28)
at async /mnt/c/git/cms-wordpress-app/node_modules/next/dist/server/response-cache/index.js:83:36 {
cause: Error: connect ECONNREFUSED ::1:80
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1471:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '::1',
port: 80
},
page: '/'
Do you see the “address:” line is that normal?