出现错误:无法将请求/ api / plaid / accounts从localhost:3000代理到http:// localhost:5000 /

时间:2019-08-19 09:13:35

标签: node.js reactjs react-redux

我的应用程序在localhost:3000上运行,我需要使用axios来调用格子API调用,当它运行plaid API调用时,它给我错误Could not proxy request /api/plaid/accounts from localhost:3000 to http://localhost:5000/ ,我很奇怪为什么要转到http://localhost:5000/?以及为什么我会收到此错误?谁能帮我解决这个问题?

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题。请尝试在实际稳定的版本中用sudo npm install--save react-scripts更新react-scripts。