DefaultAuthorizer dependency context issue #1343
Unanswered
alekangelov
asked this question in
Q&A
Replies: 1 comment
-
I just dropped the same code, entities whatever into a fresh project and it built. Reinstalled node_modules but didn't work. Maybe it's due to the fact that the old project is in a workspaces monorepo? I'll try to reproduce and post findings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I'm trying out nestjs-query in order to reduce the amount of boilerplate I write, but I've been getting this error preventing me from moving forward:
here's the module decorator:
I am absolutely slumped as to why this is happening since I read up everything and nothing mentions Authorizers where there should be none afaik.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions