I had this error but when I saw that I was putting return before res.json() I deleted that return and error resolved.
Error :=
return res.json()
Solution :=
res.json()