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
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
{ BadRequestError: request aborted
at IncomingMessage.onAborted (MYAPP/node_modules/raw-body/index.js:231:10)
at IncomingMessage.emit (events.js:182:13)
at abortIncoming (_http_server.js:444:9)
at socketOnEnd (_http_server.js:460:5)
at Socket.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1090:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
Shopify Webhook into Nginx -> proxy_pass to nodeJS
And catching the error:
I believe this issue stream-utils/raw-body#57 is the "problem"
Likely down to my globalisation of bodyParser.json in error
But probably worth to be able to support/handle
bodyParser.json
being globalised?In my example, 90% of the routes in my application expect a JSON to be POST/PUT'ed so yes I globalised
The text was updated successfully, but these errors were encountered: