react net::ERR_CONNECTION_REFUSED when try to GET data from backend node on localhost – Nginx
I have a frontend react that uses axios to get data from a separate node server. The frontend uses a .app domain with SSL certificate but the backend http://localhost:3001, vanilla http, IP address, and port. import React from 'react'; import…