Jeremy Foster
Jeremy Foster
If you change the default port from `5000` to `3000` the error goes away, but the site doesn't work at all. Even manual refreshing the page doesn't work. You have...
I've reduced the dependencies in a hope it narrows down the issue.
I don't have `HOST` or `proxy` defined in the example project.
Right now I can get it working locally (not in a container) if I add the following line of code to the `index.tsx` file. However when I attempt to load...
I am using a non-standard port to connect to the container, but inside the container it is still 3000. However, even when I changed the port to 3000 outside the...
I've updated my repo. I've included the fix for local development. But it doesn't work for container development.
I've had no luck resolving this issue... Anyone else found a solution?
Using the `WDS_SOCKET_PORT` environment variable appears to resolve the issue. Thanks for discovering this!
Definitely a bug that needs fixing or thorough documentation. It's a minimum a breaking change...
If you're using Windows WSL you have to place your code within a WSL distro. If you have it on a Windows drive it won't work anymore, even with the...