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