So I have the following code in my server.js file that I\'m running with node.js. I\'m using express to handle HTTP requests.
app.post(\'/api/destinations\',
Make sure if you are making the form and inputs in javascript that you append the input to the form. That was my issue.
yourForm.appendChild(yourInput);