We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在devServer.config.js配置proxy连接docker版后端,在进入工作区时报错。浏览器显示http://ide.test:8060/sockjs-node/info net::ERR_NAME_NOT_RESOLVED,console框显示“fsSocket error”,请问是websocket的连接问题吗?怎样处理可以在yarn start启动时正常运行?
The text was updated successfully, but these errors were encountered:
proxy配置中启用ws,参考以下配置: '/sockjs-node/*': { target: 'ws://localhost:8080', changeOrigin: true, secure: false, ws: true },
Sorry, something went wrong.
No branches or pull requests
在devServer.config.js配置proxy连接docker版后端,在进入工作区时报错。浏览器显示http://ide.test:8060/sockjs-node/info net::ERR_NAME_NOT_RESOLVED,console框显示“fsSocket error”,请问是websocket的连接问题吗?怎样处理可以在yarn start启动时正常运行?
The text was updated successfully, but these errors were encountered: