Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot module reloading not working in Firefox but works in Chrome #1799

Closed
daliusd opened this issue Apr 13, 2019 · 1 comment
Closed

Hot module reloading not working in Firefox but works in Chrome #1799

daliusd opened this issue Apr 13, 2019 · 1 comment
Assignees

Comments

@daliusd
Copy link

daliusd commented Apr 13, 2019

Because of some changes in Firefox (https://bugzilla.mozilla.org/show_bug.cgi?id=1536843) and change in some product (maybe this) hot reload has stopped working in apps created with create-react-app (facebook/create-react-app#6720) with Firefox. One suspect is this product:

In the end, I was able to reproduce it and mozregression pointed to a bug 1417463. That bug changed default accept header and further testing showed that it's server side issue. For some reason, server goes mad when "text/html" is missing in the accept header and after few frames it sends some unexpected HTTP response over the websocket connection.

Could somebody looks into this and at least eliminate that problem is in this product?

@alexander-akait
Copy link
Member

Here problem sockjs/sockjs-client#474

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants