79175380

Date: 2024-11-10 17:35:06
Score: 2
Natty:
Report link

Here the error means it cannot parse the json data sent through the body of the request, to handle this you need to add a line to help the server parse the data.

app.use(express.json());

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: sushruth murakare