0.0.0.0/0, so I really don't think it's the cause herepostgresql://XXX:XXX@ffca328615404666884948d7d21ccf36.hyperdrive.local:5432/database?sslmode=preferlocalConnectionString combined with a db not running on localhost.localConnectionString works with a db on localhostI would need to confirm if localConnectionString works with a db on localhost

Error: Connection terminated unexpectedly in our setup (hyperdrive enabled). We did ship some changes recently that increased some calls within a waitUntil function. Could that code be the reason why we are seeing more of these errors?postgresql://XXX:XXX@ffca328615404666884948d7d21ccf36.hyperdrive.local:5432/database?sslmode=preferlocalConnectionStringlocalConnectionString{"DB":{"connectionString":"postgresql://repguide_owner:XXX@ffca328615404666884948d7d21ccf36.hyperdrive.local:5432/repguide?sslmode=prefer","port":5432,"host":"ffca328615404666884948d7d21ccf36.hyperdrive.local","password":"XXX","user":"repguide_owner","database":"repguide"}}
✘ [ERROR] Uncaught (in promise) Error: write CONNECT_TIMEOUT ffca328615404666884948d7d21ccf36.hyperdrive.local:5432
at connectTimedOut
(file:///Users/alexanderniebuhr/Developer/Projects/frickegroup/workers/node_modules/.pnpm/postgres@3.4.5/node_modules/postgres/cf/src/connection.js:259:20)
at done
(file:///Users/alexanderniebuhr/Developer/Projects/frickegroup/workers/node_modules/.pnpm/postgres@3.4.5/node_modules/postgres/cf/src/connection.js:1035:8)