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
Please provide a minimal reproducible example. Doing so will help us diagnose your issue. It should be the bare minimum code needed to trigger the issue, and easily runnable without any changes or extra code.
You may use a GitHub repository to host the code if it is too much to fit in a code block (or two).
The base framework I use is express
I modified my code according to the Add log request body example
I get the following data on my console, where the raw data type is IncomingMessage
There is indeed body in raw
But I can't get it according to the docs
The text was updated successfully, but these errors were encountered: