Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 920d914

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎doc/FAQ.md‎

Lines changed: 6 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /