Error starting server - at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20)

System Information
  • Strapi Version 4.10.7:
  • Operating System Mac OS Monterey:
  • Database Postgres:
  • Node Version v18.16.0:
  • NPM Version 9.5.1:
  • Yarn Version 1.22.19:

Hi

I created a custom strapi app using a postgres db on render hosting.

The server was running earlier this morning but now when I try to run it I get the error

Error: read ECONNRESET
    at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) {
  errno: -54,
  code: 'ECONNRESET',
  syscall: 'read'
}

Does anyone know what might be causing this