react-node-postgres
react-node-postgres copied to clipboard
Getting an Unhandled Rejection (TypeError): Failed to fetch
Running out of the box I'm getting:
"Unhandled Rejection (TypeError): Failed to fetch getMerchant src/App.js:11"
Hi,
That probably means that http://localhost:3001 is not running on your computer.
You can try opening a second terminal and go to your node-postgres folder, then run this command:
node index
Hope that helps