未验证 提交 4ff54439 编写于 作者: A Anmol Sethi

FAQ.md: Document wds problem with create-react-app and pathProxy.ts

上级 bc6712a9
......@@ -232,6 +232,12 @@ create-react-app of the path at which you are serving via `homepage` field in yo
Then visit `https://my-code-server-address.io/proxy/3000` to see your app exposed through
code-server!
Unfortunately `webpack-dev-server`'s websocket connections will not go through as it
always uses `/sockjs-node`. So hot reloading will not work until the `create-react-app`
team fix this bug.
Highly recommend using the subdomain approach instead to avoid this class of issue.
## Multi-tenancy
If you want to run multiple code-servers on shared infrastructure, we recommend using virtual
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册