No CLS context available, please make sure that a ClsMiddleware/Guard/Interceptor has set up the context #220
Replies: 1 comment
-
Two things here - if you want to rely on Since you use If it does not, then the issue is likely related to the way you use the external library and how the dependencies are all wired together. This often causes issues for Nest-related packages. Chances are, since there's an external library involved, that there exist two copies of Please see this issue for a possible solution: #163 |
Beta Was this translation helpful? Give feedback.
-
I have a repository called chain-sdk-node, which contains two interceptors that all my microservices use.
Repository: chain-sdk-node
Files:
client-name.interceptor.ts
library.module.ts
I have a microservice that imports this repository in its package.json.
When executing the REST API, I get the following error:
Beta Was this translation helpful? Give feedback.
All reactions