The key is not bound to any value in context RequestContext. #8482
-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Without seeing the code, I'd check if |
Beta Was this translation helpful? Give feedback.
-
Thanks 👍 Its working |
Beta Was this translation helpful? Give feedback.
Without seeing the code, I'd check if
GrCnHelper
is 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.