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 currently working on a multi-tenancy backend using NestJS, GraphQL, and MongoDB. I came across the nestjs-tenancy package and it works great for implementing multi-database multi-tenancy. However, I'm running into an error when using this package with @nestjs/graphql.
The error message I'm seeing is req.get is not a function. I've tried troubleshooting the issue but haven't been able to find a solution yet. I believe this error is related to the interaction between nestjs-tenancy and @nestjs/graphql.
The text was updated successfully, but these errors were encountered:
Hi @kingRayhan I also implemented it with GraphQL but my problem was I couldn't handle any GraphQL requests, the only thing I can see is all the RestfulAPI requests are coming through this lib. Could you fix it?
I'm currently working on a multi-tenancy backend using NestJS, GraphQL, and MongoDB. I came across the nestjs-tenancy package and it works great for implementing multi-database multi-tenancy. However, I'm running into an error when using this package with @nestjs/graphql.
The error message I'm seeing is
req.get is not a function
. I've tried troubleshooting the issue but haven't been able to find a solution yet. I believe this error is related to the interaction between nestjs-tenancy and @nestjs/graphql.The text was updated successfully, but these errors were encountered: