create-react-app/express Proxy error: Could not proxy request (ECONNRESET) create-react-app/express Proxy error: Could not proxy request (ECONNRESET) express express

create-react-app/express Proxy error: Could not proxy request (ECONNRESET)


Solved the problem myself actually. I was missing event.preventDefault(); in the handleSubmit() handler function.

The browser page was reloading when the submit button was clicked, causing the request to be canceled before completing.