简体   繁体   中英

getting error : Could not proxy request /api/plaid/accounts from localhost:3000 to http://localhost:5000/

My app is working on localhost:3000, I need to call plaid API call for that I am using axios , when it runs the plaid API call it is giving me error Could not proxy request /api/plaid/accounts from localhost:3000 to http://localhost:5000/ , I am strange why it goes to http://localhost:5000/ ? and why I am getting this error ? can anyone please help me how to resolve this issue?

I've had the same issue. Please, try to update react-scripts with sudo npm install--save react-scripts , in the actual stable version that problem is fixed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM