Overriding WDS_SOCKET_PORT in .env doesn't update hot-update.json port #11916
Unanswered
jairmedeiros
asked this question in
Q&A
Replies: 1 comment
-
How about setting it as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a larger .NET MVC application running the application on port 58778, and on a subdir I have .NET serve html page with a script tag referencing some bundles loaded from create-react-app
It loads the app fine initially, but subsequent hot reloads don't seem to go through, been tracking this PR #7750 and it seems like using overriding WDS_SOCKET_PORT would have that worked, but I'm still seeing http://localhost:58778/financials/1040a39746f45ba56ee1.hot-update.json 404 (Not Found).
I would think setting the WDS_SOCKET_PORT would have this resolve properly.
my
.env
Beta Was this translation helpful? Give feedback.
All reactions