DEV Community

Discussion on: Facing Error res.setHeader not a Function

Collapse
 
atuls1396 profile image
Atul Singh

The callback function should be (req,res). The ordering of the arguments matter.
Try the same after changing the order of the arguments because the rest of it looks good to me.

Collapse
 
shailesh6363 profile image
Shailesh Waghole

Hello Atul,
After changing the order of param. It's working fine. Thanks For Helping.

Collapse
 
atuls1396 profile image
Atul Singh

You’re welcome :)