Rafael Huaman
Results
2
comments of
Rafael Huaman
I'm running into similar issues on an entity with `@DeleteDateColumn`. This query sometimes returns `null` and sometimes returns the inserted record. ```js const result = await dataSource.manager.findOne(SomeEntity, { where: {...
Experiencing the same issue. We are also using node 18 in CircleCI. I'm also using dd-trace `An unexpected error occurred: "/build/node_modules/dd-trace: Cannot read properties of undefined (reading 'config')".` Update: pinning...