Axios fetch requests not working on cPanel hosted React + Node.js web app
I have a React + Express app that is fetching the data normally when on localhost. On public domain, React app loads, but it throws this error on my fetch requests "Failed to load resource: net::ERR_CONNECTION_REFUSED". Also I don't know…