Nuxt.js 踩坑记录(3) Net.connection xxxx
浏览器报的是Net.connection啥的错误
项目运行时报错这个
[HPM] Error occurred while trying to proxy request article from localhost:3000 to http://localhost:816 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)
这我也不知道为什么会报这个错误。
修改方案:
修改server端的端口号
修改vue的正向代理端口号,跟server的一致。
解决了这个bug