fetch POST fails on post json body with sails.js
问题 I'm getting the following error within the body-parser when I try to POST a simple json body in to my controller using fetch 1] error: Unable to parse HTTP body- error occurred :: 'SyntaxError: `Unexpected token -\n at parse (/project/node_modules/body-parser/lib/types/json.js:83:15)\n at /project/node_modules/body-parser/lib/read.js:116:18\n at invokeCallback (/project/node_modules/raw-body/index.js:262:16)\n at done (/project/node_modules/raw-body/index.js:251:7)\n at IncomingMessage.onEnd