how to fix [Object: null prototype] { title: 'product' }

后端 未结 8 518
醉话见心
醉话见心 2020-12-15 05:02

I\'ve started learning node.js with express framework , when I post a form like this :

rout         


        
8条回答
  •  星月不相逢
    2020-12-15 05:34

    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

提交回复
热议问题