Replies: 1 comment
-
I opened a bug report issue: #8966 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I cannot get HMR to work with my Docker setup. I created a simple test repo that reproduces the problem: https://github.com/mrcoles/simple-parcel-site
Even though I specify the
--hmr-port
and expose it viaports
in mydocker-compose.yml
file, I encounter the error:Does anyone know how I can further debug what’s going on here—or is this a bug?
--
Also, here are screenshots from the “Network” tab in Chrome dev tools of the websocket (taken from a slightly different setup that uses port 8235):
Network tab on Docker setup:

Network tab on local filesystem setup:

--
Edit: I updated to with the sample repo to reproduce things and made the question more specific.
Beta Was this translation helpful? Give feedback.
All reactions