TypeError: Cannot read property 'name' of null NodeJs Request module

Solution 1:

Apparently, form-data is already handled by request-promise. You can pass the form-data as an object. Check this

https://stackoverflow.com/a/59530483/17357155