nest_transact
nest_transact copied to clipboard
Compatibility Request: Add Support for NestJS v10
thank you for developing nest-transact! It’s been very helpful in managing transactions in NestJS applications with TypeORM. However, when upgrading to NestJS v10, I encountered compatibility issues with repository injections when using nest-transact v9.x.x.
The main issue: Error: Nest could not find Repository element (this provider does not exist in the current context). This error occurs despite following the setup exactly as documented, and it suggests that some dependency injection changes in NestJS v10 may be incompatible with the current nest-transact setup. I’ve attempted several fixes, including using Scope.REQUEST and adjusting imports, but the error persists.