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
I'm trying to set up a multi-tenant system. A different database will be used for each tenant. I shared my sample codes above. When I do it with useClass, the popuplate operation gives an error. If I connect with useFactory, this error does not occur. What could I be doing wrong or could this be a bug?
Package version
10.0.2
mongoose version
8.0.0
NestJS version
10.0.0
Node.js version
18.18.2
In which operating systems have you tested?
macOS
Windows
Linux
Other
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current behavior
App Module
Master Config Service
Core Config Service
Auth Module
User Entity
Minimum reproduction code
https://github.com/virames-tr/backend
Steps to reproduce
...see error
Expected behavior
I'm trying to set up a multi-tenant system. A different database will be used for each tenant. I shared my sample codes above. When I do it with useClass, the popuplate operation gives an error. If I connect with useFactory, this error does not occur. What could I be doing wrong or could this be a bug?
Package version
10.0.2
mongoose version
8.0.0
NestJS version
10.0.0
Node.js version
18.18.2
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: