I had the same problem. I found out the problem was in my ejs file. I used this:
But with ajax i set the method to post so somehow when i submitted the form it sent an empty Object and the values i gave. When i deleted the method from ejs the problem solved.
I hope it helps