十方魔

Results 4 comments of 十方魔

I had the same "read ECONNRESET" problem recently when using knex. And I also find the `validateConnection` in client.js always returns true. But it seems that I can't simply override...

@bdahon I've tried this in my project: ```js import knex from 'knex' import config from '../config' const k = knex(config.db) k.client.pool.validate = async (connection) => { // eslint-disable-next-line if (connection._fatalError)...

> Any easy way / workarounds to suppress this error? I'm seeing this error when I render a vanilla `` tag in an RSC (via next.js app router) > >...