Skip to content

Commit 4ff5443

Browse files
committed
FAQ.md: Document wds problem with create-react-app and pathProxy.ts
1 parent bc6712a commit 4ff5443

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/FAQ.md

+6
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,12 @@ create-react-app of the path at which you are serving via `homepage` field in yo
232232
Then visit `https://my-code-server-address.io/proxy/3000` to see your app exposed through
233233
code-server!
234234

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+
235241
## Multi-tenancy
236242

237243
If you want to run multiple code-servers on shared infrastructure, we recommend using virtual

0 commit comments

Comments
 (0)