react-node-postgres icon indicating copy to clipboard operation
react-node-postgres copied to clipboard

Getting an Unhandled Rejection (TypeError): Failed to fetch

Open zbhuiyan opened this issue 4 years ago • 1 comments

Running out of the box I'm getting:

"Unhandled Rejection (TypeError): Failed to fetch getMerchant src/App.js:11"

zbhuiyan avatar Dec 02 '21 22:12 zbhuiyan

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

codewithnathan97 avatar Jan 01 '22 10:01 codewithnathan97