rangle-starter icon indicating copy to clipboard operation
rangle-starter copied to clipboard

npm run dev proxy error [rror occurred while trying to proxy request /api/auth/login from 127.0.0.1:8080 to http://localhost:3000]

Open EcKnologicAdmin opened this issue 7 years ago • 0 comments

E:\react-redux-example>npm run dev

[email protected] dev E:\react-redux-example concurrently -r && npm run dev:client && npm run dev:server

[email protected] dev:client E:\react-redux-example cross-env NODE_ENV=development webpack-dev-server -d --inline --hot --progress --no-info

[HPM] Proxy created: /api -> http://localhost:3000 http://localhost:8080/ webpack result is served from / content is served from E:\react-redux-example 404s will fallback to / 40% 4/8 build modulesThe react/wrap-multilines rule is deprecated. Please use the react/jsx-wra[HPM] Error occurred while trying to proxy request /api/auth/login from 127.0.0.1:8080 to http://localhost:3000 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)

EcKnologicAdmin avatar Aug 22 '18 20:08 EcKnologicAdmin