vtllr
1
Hi gents,
I have a “tiny” issue actually … and impossible to solve atm …
I have this source code : http://plnkr.co/edit/St5HRV1obF7LynFzOtYf (profile.js is my function for the view and server.js … the API side)
should works but it’s doesnt actually …
Any ideas about that?
Thanks!
kirrg
2
req.body must be always available.
i give you a hint: write a backend test and debug whats wrong with your node application.
or give me a public github repo and i will check it.
vtllr
3
Thanks for your reply, mate!
Can I add you on my bitbucket repos? What is your username?
vtllr
5
OMG … problem solved … I didnt use body parser … completely forget …
Anyway, thanks for your help Kirrg
feel free to have a look on my source code and if you have some time to loose, go to do some pull request haha
Have a great night!
1 Like