Elysia Ong
Elysia Ong
Just to chime in, I was facing a similar problem: ``` Type Error --------------------------------------------- Cannot read property 'charAt' of undefined For debugging logs, run again after setting the "SLS_DEBUG=*" environment...
`npm install` didn't work for me either, but installing globally with `npm install -g` worked for me. @necktwi you might wanna give it a try. 😄
🙋 Will contribute to this!
@nass600, I couldn't post with `multipart/mixed` so I went by modifying the `formData` and sending `Content-Type: undefined` in the end: ``` javascript // Create FormData to send in the request...