79698310

Date: 2025-07-11 12:12:11
Score: 2.5
Natty:
Report link

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()

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Paras Prajapat