Results 4 issues of mangvlad

Getting this error: npx: installed 112 in 4.544s ERROR: syntax error at or near "Launching" LINE 1: Launching pg_dump

fix to allow for JSON objects to be POSTed

I am trying to do a POST where request body has to be: {keys: [1,2,3,4]} When I set params to this, what gets posted is: keys=1&keys=2&keys=3&keys=4 (my object turned into...

This is probably not a use case that this module should be used for, but I am hoping there may be an easy way to make this work... I have...