Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Request: Add Support for NestJS v10 #40

Open
sinapirani opened this issue Oct 26, 2024 · 0 comments
Open

Compatibility Request: Add Support for NestJS v10 #40

sinapirani opened this issue Oct 26, 2024 · 0 comments

Comments

@sinapirani
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant