You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: