Using @RequestScope
with micronaut: "No request present"
#1899
Unanswered
maxkomarychev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem using
@RequestScope
with micronaut's IoC - it throws an error "No request present" whenever I'm trying to instantiate a bean with request scope while processing fields of >2nd level.The demo repository with instructions is available here: https://github.com/maxkomarychev/micronaut-graphql-kotlin-request-scope
Beta Was this translation helpful? Give feedback.
All reactions