nestjs-knexjs
nestjs-knexjs copied to clipboard
TypeError: Cannot read properties of undefined
When an application loses its connection to the database, the application crashes with the error TypeError: Cannot read properties of undefined (reading '__knexUid') Fix \knex\lib\client.js:344:58 connection.__knexUid to connection?.__knexUid
Can you create minimal reproduction in a cloneable git repository?