We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After upgrading from 1.1.2 to 1.2.2, POST and PUT responses are no longer getting logged to the console. I am seeing responses received by the client.
1.1.2
1.2.2
> #7 PUT /user/name 2:18:34 PM ——————————————————————————————————————————————————————————————————————————————
> #2 POST / 2:22:14 PM ———————————————————————————————————————————————————————————————————————————————
Is anyone else experiencing this?
The text was updated successfully, but these errors were encountered:
fix: log in/out bodies for requests that have body parsed with json()
json()
77eb4ca
`json()` calls will never be resolved in `res.end` close vercel#33
cfc7ec0
fix: log in/out bodies for requests that have body parsed with `json(…
4c568ce
…)` (#35) `json()` calls will never be resolved in `res.end` close #33
Successfully merging a pull request may close this issue.
After upgrading from
1.1.2
to1.2.2
, POST and PUT responses are no longer getting logged to the console. I am seeing responses received by the client.Is anyone else experiencing this?
The text was updated successfully, but these errors were encountered: