Tuesday 30 April 2019

What is causing this error?

I created a web app with React client (port 3000) and Express API (port 3001) and when I try to do a post request to an API I get this error message:Failed to load resource: net::ERR_CONNECTION_REFUSED :3001/api/test:1 createError.js:17 Uncaught (in promise) Error: Network Error at createError (createError.js:17) at XMLHttpRequest.handleError (xhr.js:87) I am sending a post request with axios in client/src/App.jsYou can find the code here: https://github.com/amirsaranBIH/calendar-app/tree/dev

Submitted April 30, 2019 at 09:27AM by AmirSaran

No comments:

Post a Comment