Client side and server side ports are restricted to talk to each other
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.
That's a tricky one. Could you attach a screenshot of the errors you are viewing in Chrome / Node?
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! ^^
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.
try npm install -g babel-node