I have a fairly simple decision-making application that uses the webpack dev server with a hot restart.
It works fine in Chrome, Safari, Opera, but it doesnβt work at all in Firefox. with error message:
Firefox cannot establish a server connection in the ws: // localhost: 5050 / sockjs- node / 044 / 0lchvqev / websockert directory
This is very strange and difficult to debug as it tries to reload the page and just gives an error message
source
share