Express-validator returns error on sending request through ReactJs app but not in postman/thunderclient
I created an context in React app which uses fetch api to connect to my server on localhost. I submit the form using handleClick function which calls the addNote function of the context. The addNote function then uses fetch to…