You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried different ways to capture logs in @Middleware({type: 'after'}) but I was not able to access the response body which is being sent from the api response.
It tried with res.on('finish'), global middleware in app.ts file. but still I am not able to capture the api response body.
Can anyone help me with this issue, what I am missing here.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Everyone,
I have tried different ways to capture logs in @Middleware({type: 'after'}) but I was not able to access the response body which is being sent from the api response.
It tried with res.on('finish'), global middleware in app.ts file. but still I am not able to capture the api response body.
Can anyone help me with this issue, what I am missing here.
Thanks in advance.
The text was updated successfully, but these errors were encountered: