I can call curl -s localhost:3030 from command line and get a good reply. But when I call using axios or fetch within my React app, I get net::ERR_CONNECTION_REFUSED.
For example, this works:
javascript
axios.post("ht...
I have a react app on port 5000 -- the site works when loaded under http or https. However, when the app makes a call to the api running on port 3030, I get ERRSSLPROTOCOL_ERROR in the browser. I've tried so many co...
There's a one-click-app for Mongo and one for Node -- which is a better starting point? I ask this because I have previously struggled to build a different stack.