We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4a248 commit 9efcf7fCopy full SHA for 9efcf7f
doc/FAQ.md
@@ -239,6 +239,12 @@ create-react-app of the path at which you are serving via `homepage` field in yo
239
Then visit `https://my-code-server-address.io/proxy/3000` to see your app exposed through
240
code-server!
241
242
+Unfortunately `webpack-dev-server`'s websocket connections will not go through as it
243
+always uses `/sockjs-node`. So hot reloading will not work until the `create-react-app`
244
+team fix this bug.
245
+
246
+Highly recommend using the subdomain approach instead to avoid this class of issue.
247
248
## Multi-tenancy
249
250
If you want to run multiple code-servers on shared infrastructure, we recommend using virtual
0 commit comments