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
this makes the code not compatible with node version.
in node version I mark json:true to get the response as json. I don't send anything on the body, and I must not write anything on the body (the REST API I use fails if I do, as it expects an empty body).
The text was updated successfully, but these errors were encountered:
when I mark json:true, I see the body is written.
this makes the code not compatible with node version.
in node version I mark json:true to get the response as json. I don't send anything on the body, and I must not write anything on the body (the REST API I use fails if I do, as it expects an empty body).
The text was updated successfully, but these errors were encountered: