The key is not bound to any value in context RequestContext. #8482
Answered
by
achrinza
paramanand-quickship
asked this question in
Q&A
|
failed with status code 500. ResolutionError: The key 'controllers.helpers.GrCnHelper' is not bound to any value in context RequestContext-pANyYYgdQCGuSCy_pEAoVg-5 (context: RequestContext-pANyYYgdQCGuSCy_pEAoVg-5, binding: controllers.helpers.GrCnHelper, resolutionPath: controllers.GRcNController --> @GRcNController.constructor[8]) file structure controllers > helpers > grcn.Helper.ts |
Answered by
achrinza
Apr 16, 2022
Replies: 2 comments 3 replies
|
Without seeing the code, I'd check if |
3 replies
Answer selected by
achrinza
|
Thanks 👍 Its working |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Without seeing the code, I'd check if
GrCnHelperis actually bound to Context at some point. The error essentially means that the framework was not able to resolve that Binding because it was not added.