DEV Community

chaoued
chaoued

Posted on

The API response with node.js shows no result with console.log

enter image description hereI have a form that sends data to a NodeJs server with Express.js using fetch. On the client side, when I want to view the results of the fetch call after the operation completes, nothing is displayed (and it never reaches the data recall).

I receive an error message

TypeError…

Top comments (0)