Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

multiple websocket closed - resetablished connection

  • 2 svar
  • 1 har dette problemet
  • 7 views
  • Siste svar av protome

more options

I am developing a web app. On my local server , everything works OK with Firefox.

When I am on the production server, I see plenty of

    websocket closed  main.bfeb19368e87809110dd.js:1:1159531
    websocket re-established connection  main.bfeb19368e87809110dd.js:1:1159287

and I see this kind of message in the log, that makes me think some of my JS libraries fail to load (the order is correct, library comes before the one making the call):

     TypeError: jQuery.fn.dataTable is undefined

It is working perfectly on the server with both Chrome and Safari, same client machine, same server, same time.

Any idea of what is going on ? My internet connection is not extremely fast, but this does not pose any problem to the other browsers.

Thanks

I am developing a web app. On my local server , everything works OK with Firefox. When I am on the production server, I see plenty of websocket closed main.bfeb19368e87809110dd.js:1:1159531 websocket re-established connection main.bfeb19368e87809110dd.js:1:1159287 and I see this kind of message in the log, that makes me think some of my JS libraries fail to load (the order is correct, library comes before the one making the call): TypeError: jQuery.fn.dataTable is undefined It is working perfectly on the server with both Chrome and Safari, same client machine, same server, same time. Any idea of what is going on ? My internet connection is not extremely fast, but this does not pose any problem to the other browsers. Thanks

Valgt løsning

Thanks, looked at those links, but I am afraid it is also above what I can understand. I will simply not use firefox when the network is slow - much simpler solution ;)

Les dette svaret i sammenhengen 👍 0

All Replies (2)

more options

You might find the help you need here : https://developer.mozilla.org/en-US/ or http://forums.mozillazine.org/viewforum.php?f=27 and http://stackoverflow.com and might find like minded people here : https://groups.google.com/forum/#!forum/mozilla.dev.platform

Working on that is not really what we do here. We are all volunteers and that coding is above most of us I would think.

Please let us know if this solved your issue or if need further assistance.

more options

Valgt løsning

Thanks, looked at those links, but I am afraid it is also above what I can understand. I will simply not use firefox when the network is slow - much simpler solution ;)