redux-saga-cart icon indicating copy to clipboard operation
redux-saga-cart copied to clipboard

Client side and server side ports are restricted to talk to each other

Open eleansi opened this issue 6 years ago • 4 comments

Hello, I am having trouble with net::ERR_CONNECTION_REFUSED while fethich the current user information. I am pretty sure that I've allowed these ports to be available for communicating to each other but the fetch is failing anyway.

eleansi avatar Jan 14 '19 13:01 eleansi

That's a tricky one. Could you attach a screenshot of the errors you are viewing in Chrome / Node?

danielstern avatar Jan 14 '19 14:01 danielstern

Thank you for the instant reply but I've fixed it 10 minutes ago. I've made just an insignificant mistake that led to the error and I subconciously made things overcomplicated.

Thanks again and rock on as always, brother! ^^

eleansi avatar Jan 14 '19 14:01 eleansi

HI Daniel,

I'm having some trouble with running the client application, redux-saga-cart (begin). After running npm install and npm start, I get the error below about babel-node. redux-saga-shopping-cart-server (master) runs ok for me.

PS C:\projects.js\redux-saga-cart> npm start

[email protected] start C:\projects.js\redux-saga-cart babel-node server/server.js

'babel-node' is not recognized as an internal or external command, operable program or batch file.

Orangecat32 avatar Jan 22 '19 05:01 Orangecat32

try npm install -g babel-node

danielstern avatar Jan 22 '19 14:01 danielstern