本文主要是介绍Proxy error: Could not proxy request url from localhost:8088 to url,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
报错信息:
App running at:- Local: http://localhost:8088/- Network: http://localhost:8088/Note that the development build is not optimized.To create a production build, run npm run build.Proxy error: Could not proxy request /students/pageList?stuName=&pageNum=1 from localhost:8088 to http://localhost.
See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED).
报错原因:
1.服务未启用,访问不到
2.代理规则错误
解决方案:
参考以下链接进行解决该问题:
https://blog.csdn.net/h_123456___/article/details/114257050
我在访问的服务地址上加上了访问的端口号
这篇关于Proxy error: Could not proxy request url from localhost:8088 to url的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!